Color Hex Logo

#0fcedc Color Hex

#0FCEDC
(15,206,220)
0 Favorites   0 Comments

Color spaces of #0fcedc

RGB 15206220
HSL0.510.870.46
HSV184°93°86°
CMYK 0.930.060.00   0.14
XYZ35.186649.411575.3930
Yxy49.41150.21990.3088
Hunter Lab70.2933-33.6619-14.3861
CIE-Lab75.7066-36.2691-18.8228

#0fcedc color RGB value is (15,206,220).

#0fcedc hex color red value is 15, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0fcedc hue: 0.51 , saturation: 0.87 and the lightness value of 0fcedc is 0.46.

The process color (four color CMYK) of #0fcedc color hex is 0.93, 0.06, 0.00, 0.14. Web safe color of #0fcedc is #00cccc. Color #0fcedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001110 11011100
Octal 17 316 334
Decimal 15 206 220
Hex F CE DC

RGB Percentages of Color #0fcedc

%3.40
%46.71
%49.89

CMYK Percentages of Color #0fcedc

%93
%6
%0
%14

Triadic Colors of #0fcedc

#0fcedc #dc0fce #cedc0f

Analogous Colors of #0fcedc

#0fcedc #0f68dc #0fdc84

Monochromatic Colors of #0fcedc

#0fcedc

Complementary Color

#0fcedc #dc1d0f

#0fcedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcedc Color CSS Codes

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

#0fcedc Text Font Color

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

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


#0fcedc Background Color

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

This div background color is #0fcedc


#0fcedc Border Color

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

This div border color is #0fcedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcedc


Comments

No comments written yet.

Please login to write comment.