Color Hex Logo

#00caee Color Hex

#00CAEE
(0,202,238)
1 Favorites   0 Comments

Color spaces of #00caee

RGB 0202238
HSL0.531.000.47
HSV189°100°93°
CMYK 1.000.150.00   0.07
XYZ36.553148.414188.3072
Yxy48.41410.21100.2794
Hunter Lab69.5802-27.9927-26.5413
CIE-Lab75.0854-29.0026-29.4691

#00caee color RGB value is (0,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001010 11101110
Octal 0 312 356
Decimal 0 202 238
Hex 0 CA EE

RGB Percentages of Color #00caee

%0.00
%45.91
%54.09

CMYK Percentages of Color #00caee

%100
%15
%0
%7

Triadic Colors of #00caee

#00caee #ee00ca #caee00

Analogous Colors of #00caee

#00caee #0053ee #00ee9b

Monochromatic Colors of #00caee

#00caee

Complementary Color

#00caee #ee2400

#00caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#00caee Color CSS Codes

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

#00caee Text Font Color

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

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


#00caee Background Color

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

This div background color is #00caee


#00caee Border Color

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

This div border color is #00caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00caee


Comments

No comments written yet.

Please login to write comment.