Color Hex Logo

#04caea Color Hex

#04CAEA
(4,202,234)
0 Favorites   0 Comments

Color spaces of #04caea

RGB 4202234
HSL0.520.970.47
HSV188°98°92°
CMYK 0.980.140.00   0.08
XYZ36.021948.207485.2483
Yxy48.20740.21250.2844
Hunter Lab69.4315-28.8973-24.1944
CIE-Lab74.9556-30.2130-27.5140

#04caea color RGB value is (4,202,234).

#04caea hex color red value is 4, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #04caea hue: 0.52 , saturation: 0.97 and the lightness value of 04caea is 0.47.

The process color (four color CMYK) of #04caea color hex is 0.98, 0.14, 0.00, 0.08. Web safe color of #04caea is #00ccff. Color #04caea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001010 11101010
Octal 4 312 352
Decimal 4 202 234
Hex 4 CA EA

RGB Percentages of Color #04caea

%0.91
%45.91
%53.18

CMYK Percentages of Color #04caea

%98
%14
%0
%8

Triadic Colors of #04caea

#04caea #ea04ca #caea04

Analogous Colors of #04caea

#04caea #0457ea #04ea97

Monochromatic Colors of #04caea

#04caea

Complementary Color

#04caea #ea2404

#04caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#04caea Color CSS Codes

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

#04caea Text Font Color

<p style="color:#04caea">Text here</p>

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


#04caea Background Color

<div style="background-color:#04caea">
Div content here</div>

This div background color is #04caea


#04caea Border Color

<div style="border:3px solid #04caea">
Div here</div>

This div border color is #04caea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04caea


Comments

No comments written yet.

Please login to write comment.