color codes Logo

#0fadcc color codes

#0FADCC
(15,173,204)
0 Favorites   0 Comments

Color spaces of #0fadcc

RGB 15173204
HSL0.530.860.43
HSV190°93°80°
CMYK 0.930.150.00   0.20
XYZ26.039734.348362.3842
Yxy34.34830.21210.2798
Hunter Lab58.6074-23.2542-22.0856
CIE-Lab65.2381-25.4242-26.0465

#0fadcc color RGB value is (15,173,204).

#0fadcc hex color red value is 15, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0fadcc hue: 0.53 , saturation: 0.86 and the lightness value of 0fadcc is 0.43.

The process color (four color CMYK) of #0fadcc color code is 0.93, 0.15, 0.00, 0.20. Web safe color of #0fadcc is #0099cc. Color #0fadcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101101 11001100
Octal 17 255 314
Decimal 15 173 204
Hex F AD CC

RGB Percentages of Color #0fadcc

%3.83
%44.13
%52.04

CMYK Percentages of Color #0fadcc

%93
%15
%0
%20

Triadic Colors of #0fadcc

#0fadcc #cc0fad #adcc0f

Analogous Colors of #0fadcc

#0fadcc #0f4ecc #0fcc8d

Monochromatic Colors of #0fadcc

#0fadcc

Complementary Color

#0fadcc #cc2e0f

#0fadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fadcc Color CSS Codes

.mybgcolor {background-color:#0fadcc; } 
.myforecolor {color:#0fadcc; }
.mybordercolor {border:3px solid #0fadcc; }

#0fadcc Text Font Color

<p style="color:#0fadcc">Text here</p>

This sample text font color is #0fadcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0fadcc Background Color

<div style="background-color:#0fadcc">
Div content here</div>

This div background color is #0fadcc


#0fadcc Border Color

<div style="border:3px solid #0fadcc">
Div here</div>

This div border color is #0fadcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,173,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0fadcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0fadcc;
  -webkit-box-shadow: 1px 1px 3px 2px #0fadcc;
  box-shadow:         1px 1px 3px 2px #0fadcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,173,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0fadcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0fadcc;
  -webkit-box-shadow: 1px 1px 3px 2px #0fadcc;
  box-shadow:         1px 1px 3px 2px #0fadcc;">
Div content here</div>

This div box has shadow with color #0fadcc


Comments

No comments written yet.

Please login to write comment.