Color Hex Logo

#0cfcee Color Hex

#0CFCEE
(12,252,238)
0 Favorites   0 Comments

Color spaces of #0cfcee

RGB 12252238
HSL0.490.980.52
HSV177°95°99°
CMYK 0.950.000.06   0.01
XYZ50.394675.872092.8776
Yxy75.87200.23000.3462
Hunter Lab87.1045-49.1612-2.2464
CIE-Lab89.7999-51.3476-7.2630

#0cfcee color RGB value is (12,252,238).

#0cfcee hex color red value is 12, green value is 252 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0cfcee hue: 0.49 , saturation: 0.98 and the lightness value of 0cfcee is 0.52.

The process color (four color CMYK) of #0cfcee color hex is 0.95, 0.00, 0.06, 0.01. Web safe color of #0cfcee is #00ffff. Color #0cfcee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111100 11101110
Octal 14 374 356
Decimal 12 252 238
Hex C FC EE

RGB Percentages of Color #0cfcee

%2.39
%50.20
%47.41

CMYK Percentages of Color #0cfcee

%95
%0
%6
%1

Triadic Colors of #0cfcee

#0cfcee #ee0cfc #fcee0c

Analogous Colors of #0cfcee

#0cfcee #0c92fc #0cfc76

Monochromatic Colors of #0cfcee

#0cfcee

Complementary Color

#0cfcee #fc0c1a

#0cfcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cfcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cfcee Color CSS Codes

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

#0cfcee Text Font Color

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

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


#0cfcee Background Color

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

This div background color is #0cfcee


#0cfcee Border Color

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

This div border color is #0cfcee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,252,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0cfcee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0cfcee;
  -webkit-box-shadow: 1px 1px 3px 2px #0cfcee;
  box-shadow:         1px 1px 3px 2px #0cfcee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,252,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cfcee

Related Colors


Comments

No comments written yet.

Please login to write comment.