Color Hex Logo

#04ccea Color Hex

#04CCEA
(4,204,234)
0 Favorites   0 Comments

Color spaces of #04ccea

RGB 4204234
HSL0.520.970.47
HSV188°98°92°
CMYK 0.980.130.00   0.08
XYZ36.494249.152185.4058
Yxy49.15210.21340.2874
Hunter Lab70.1086-29.7739-23.1507
CIE-Lab75.5459-31.1829-26.6097

#04ccea color RGB value is (4,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001100 11101010
Octal 4 314 352
Decimal 4 204 234
Hex 4 CC EA

RGB Percentages of Color #04ccea

%0.90
%46.15
%52.94

CMYK Percentages of Color #04ccea

%98
%13
%0
%8

Triadic Colors of #04ccea

#04ccea #ea04cc #ccea04

Analogous Colors of #04ccea

#04ccea #0459ea #04ea95

Monochromatic Colors of #04ccea

#04ccea

Complementary Color

#04ccea #ea2204

#04ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ccea Color CSS Codes

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

#04ccea Text Font Color

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

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


#04ccea Background Color

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

This div background color is #04ccea


#04ccea Border Color

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

This div border color is #04ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ccea


Comments

No comments written yet.

Please login to write comment.