Color Hex Logo

#0ccaec Color Hex

#0CCAEC
(12,202,236)
0 Favorites   0 Comments

Color spaces of #0ccaec

RGB 12202236
HSL0.530.900.49
HSV189°95°93°
CMYK 0.950.140.00   0.07
XYZ36.412548.375486.7751
Yxy48.37540.21220.2820
Hunter Lab69.5524-28.2674-25.2848
CIE-Lab75.0611-29.3647-28.4260

#0ccaec color RGB value is (12,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001010 11101100
Octal 14 312 354
Decimal 12 202 236
Hex C CA EC

RGB Percentages of Color #0ccaec

%2.67
%44.89
%52.44

CMYK Percentages of Color #0ccaec

%95
%14
%0
%7

Triadic Colors of #0ccaec

#0ccaec #ec0cca #caec0c

Analogous Colors of #0ccaec

#0ccaec #0c5aec #0cec9e

Monochromatic Colors of #0ccaec

#0ccaec

Complementary Color

#0ccaec #ec2e0c

#0ccaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccaec Color CSS Codes

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

#0ccaec Text Font Color

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

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


#0ccaec Background Color

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

This div background color is #0ccaec


#0ccaec Border Color

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

This div border color is #0ccaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccaec


Comments

No comments written yet.

Please login to write comment.