Color Hex Logo

#0fcecc Color Hex

#0FCECC
(15,206,204)
0 Favorites   0 Comments

Color spaces of #0fcecc

RGB 15206204
HSL0.500.860.43
HSV179°93°81°
CMYK 0.930.000.01   0.19
XYZ33.167448.603864.7601
Yxy48.60380.22640.3317
Hunter Lab69.7164-37.0829-6.2734
CIE-Lab75.2042-41.1066-10.9462

#0fcecc color RGB value is (15,206,204).

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

The process color (four color CMYK) of #0fcecc color hex is 0.93, 0.00, 0.01, 0.19. Web safe color of #0fcecc is #00cccc. Color #0fcecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001110 11001100
Octal 17 316 314
Decimal 15 206 204
Hex F CE CC

RGB Percentages of Color #0fcecc

%3.53
%48.47
%48.00

CMYK Percentages of Color #0fcecc

%93
%0
%1
%19

Triadic Colors of #0fcecc

#0fcecc #cc0fce #cecc0f

Analogous Colors of #0fcecc

#0fcecc #0f71ce #0fce6d

Monochromatic Colors of #0fcecc

#0fcecc

Complementary Color

#0fcecc #ce0f11

#0fcecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcecc Color CSS Codes

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

#0fcecc Text Font Color

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

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


#0fcecc Background Color

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

This div background color is #0fcecc


#0fcecc Border Color

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

This div border color is #0fcecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,206,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 #0fcecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcecc


Comments

No comments written yet.

Please login to write comment.