Color Hex Logo

#03caed Color Hex

#03CAED
(3,202,237)
0 Favorites   0 Comments

Color spaces of #03caed

RGB 3202237
HSL0.520.980.47
HSV189°99°93°
CMYK 0.990.150.00   0.07
XYZ36.444148.374887.5372
Yxy48.37480.21140.2807
Hunter Lab69.5520-28.1849-25.9352
CIE-Lab75.0607-29.2581-28.9679

#03caed color RGB value is (3,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11001010 11101101
Octal 3 312 355
Decimal 3 202 237
Hex 3 CA ED

RGB Percentages of Color #03caed

%0.68
%45.70
%53.62

CMYK Percentages of Color #03caed

%99
%15
%0
%7

Triadic Colors of #03caed

#03caed #ed03ca #caed03

Analogous Colors of #03caed

#03caed #0355ed #03ed9b

Monochromatic Colors of #03caed

#03caed

Complementary Color

#03caed #ed2603

#03caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#03caed Color CSS Codes

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

#03caed Text Font Color

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

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


#03caed Background Color

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

This div background color is #03caed


#03caed Border Color

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

This div border color is #03caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03caed


Comments

No comments written yet.

Please login to write comment.