Color Hex Logo

#02caee Color Hex

#02CAEE
(2,202,238)
0 Favorites   0 Comments

Color spaces of #02caee

RGB 2202238
HSL0.530.980.47
HSV189°99°93°
CMYK 0.990.150.00   0.07
XYZ36.578248.427088.3084
Yxy48.42700.21110.2794
Hunter Lab69.5895-27.9570-26.5258
CIE-Lab75.0935-28.9542-29.4560

#02caee color RGB value is (2,202,238).

#02caee hex color red value is 2, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #02caee hue: 0.53 , saturation: 0.98 and the lightness value of 02caee is 0.47.

The process color (four color CMYK) of #02caee color hex is 0.99, 0.15, 0.00, 0.07. Web safe color of #02caee is #00ccff. Color #02caee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 11001010 11101110
Octal 2 312 356
Decimal 2 202 238
Hex 2 CA EE

RGB Percentages of Color #02caee

%0.45
%45.70
%53.85

CMYK Percentages of Color #02caee

%99
%15
%0
%7

Triadic Colors of #02caee

#02caee #ee02ca #caee02

Analogous Colors of #02caee

#02caee #0254ee #02ee9c

Monochromatic Colors of #02caee

#02caee

Complementary Color

#02caee #ee2602

#02caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#02caee Color CSS Codes

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

#02caee Text Font Color

<p style="color:#02caee">Text here</p>

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


#02caee Background Color

<div style="background-color:#02caee">
Div content here</div>

This div background color is #02caee


#02caee Border Color

<div style="border:3px solid #02caee">
Div here</div>

This div border color is #02caee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,202,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02caee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02caee;
  -webkit-box-shadow: 1px 1px 3px 2px #02caee;
  box-shadow:         1px 1px 3px 2px #02caee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,202,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 #02caee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02caee


Comments

No comments written yet.

Please login to write comment.