Color Hex Logo

#0ccfee Color Hex

#0CCFEE
(12,207,238)
0 Favorites   0 Comments

Color spaces of #0ccfee

RGB 12207238
HSL0.520.900.49
HSV188°95°93°
CMYK 0.950.130.00   0.07
XYZ37.897150.876988.7118
Yxy50.87690.21350.2867
Hunter Lab71.3280-29.9858-23.8103
CIE-Lab76.6044-31.1472-27.1345

#0ccfee color RGB value is (12,207,238).

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

The process color (four color CMYK) of #0ccfee color hex is 0.95, 0.13, 0.00, 0.07. Web safe color of #0ccfee is #00ccff. Color #0ccfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001111 11101110
Octal 14 317 356
Decimal 12 207 238
Hex C CF EE

RGB Percentages of Color #0ccfee

%2.63
%45.30
%52.08

CMYK Percentages of Color #0ccfee

%95
%13
%0
%7

Triadic Colors of #0ccfee

#0ccfee #ee0ccf #cfee0c

Analogous Colors of #0ccfee

#0ccfee #0c5eee #0cee9c

Monochromatic Colors of #0ccfee

#0ccfee

Complementary Color

#0ccfee #ee2b0c

#0ccfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccfee Color CSS Codes

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

#0ccfee Text Font Color

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

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


#0ccfee Background Color

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

This div background color is #0ccfee


#0ccfee Border Color

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

This div border color is #0ccfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccfee


Comments

No comments written yet.

Please login to write comment.