Color Hex Logo

#0fcecd Color Hex

#0FCECD
(15,206,205)
0 Favorites   0 Comments

Color spaces of #0fcecd

RGB 15206205
HSL0.500.860.43
HSV180°93°81°
CMYK 0.930.000.00   0.19
XYZ33.287848.651965.3939
Yxy48.65190.22590.3302
Hunter Lab69.7509-36.8771-6.7608
CIE-Lab75.2343-40.8108-11.4412

#0fcecd color RGB value is (15,206,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001110 11001101
Octal 17 316 315
Decimal 15 206 205
Hex F CE CD

RGB Percentages of Color #0fcecd

%3.52
%48.36
%48.12

CMYK Percentages of Color #0fcecd

%93
%0
%0
%19

Triadic Colors of #0fcecd

#0fcecd #cd0fce #cecd0f

Analogous Colors of #0fcecd

#0fcecd #0f70ce #0fce6e

Monochromatic Colors of #0fcecd

#0fcecd

Complementary Color

#0fcecd #ce0f10

#0fcecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcecd Color CSS Codes

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

#0fcecd Text Font Color

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

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


#0fcecd Background Color

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

This div background color is #0fcecd


#0fcecd Border Color

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

This div border color is #0fcecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcecd


Comments

No comments written yet.

Please login to write comment.