Color Hex Logo

#03caee Color Hex

#03CAEE
(3,202,238)
0 Favorites   0 Comments

Color spaces of #03caee

RGB 3202238
HSL0.530.980.47
HSV189°99°93°
CMYK 0.990.150.00   0.07
XYZ36.590748.433588.3090
Yxy48.43350.21110.2794
Hunter Lab69.5942-27.9394-26.5180
CIE-Lab75.0975-28.9304-29.4494

#03caee color RGB value is (3,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11001010 11101110
Octal 3 312 356
Decimal 3 202 238
Hex 3 CA EE

RGB Percentages of Color #03caee

%0.68
%45.60
%53.72

CMYK Percentages of Color #03caee

%99
%15
%0
%7

Triadic Colors of #03caee

#03caee #ee03ca #caee03

Analogous Colors of #03caee

#03caee #0354ee #03ee9d

Monochromatic Colors of #03caee

#03caee

Complementary Color

#03caee #ee2703

#03caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#03caee Color CSS Codes

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

#03caee Text Font Color

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

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


#03caee Background Color

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

This div background color is #03caee


#03caee Border Color

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

This div border color is #03caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03caee


Comments

No comments written yet.

Please login to write comment.