Color Hex Logo

#0fadca Color Hex

#0FADCA
(15,173,202)
0 Favorites   0 Comments

Color spaces of #0fadca

RGB 15173202
HSL0.530.860.43
HSV189°93°79°
CMYK 0.930.140.00   0.21
XYZ25.801234.253061.1287
Yxy34.25300.21290.2827
Hunter Lab58.5261-23.7289-20.9584
CIE-Lab65.1629-26.0945-25.0543

#0fadca color RGB value is (15,173,202).

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

The process color (four color CMYK) of #0fadca color hex is 0.93, 0.14, 0.00, 0.21. Web safe color of #0fadca is #0099cc. Color #0fadca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101101 11001010
Octal 17 255 312
Decimal 15 173 202
Hex F AD CA

RGB Percentages of Color #0fadca

%3.85
%44.36
%51.79

CMYK Percentages of Color #0fadca

%93
%14
%0
%21

Triadic Colors of #0fadca

#0fadca #ca0fad #adca0f

Analogous Colors of #0fadca

#0fadca #0f50ca #0fca8a

Monochromatic Colors of #0fadca

#0fadca

Complementary Color

#0fadca #ca2c0f

#0fadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fadca Color CSS Codes

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

#0fadca Text Font Color

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

This sample text font color is #0fadca
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.


#0fadca Background Color

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

This div background color is #0fadca


#0fadca Border Color

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

This div border color is #0fadca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fadca


Comments

No comments written yet.

Please login to write comment.