Color Hex Logo

#04ddea Color Hex

#04DDEA
(4,221,234)
0 Favorites   0 Comments

Color spaces of #04ddea

RGB 4221234
HSL0.510.970.47
HSV183°98°92°
CMYK 0.980.060.00   0.08
XYZ40.757857.679286.8269
Yxy57.67920.22000.3113
Hunter Lab75.9468-37.1127-14.6211
CIE-Lab80.5601-39.1615-18.9818

#04ddea color RGB value is (4,221,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011101 11101010
Octal 4 335 352
Decimal 4 221 234
Hex 4 DD EA

RGB Percentages of Color #04ddea

%0.87
%48.15
%50.98

CMYK Percentages of Color #04ddea

%98
%6
%0
%8

Triadic Colors of #04ddea

#04ddea #ea04dd #ddea04

Analogous Colors of #04ddea

#04ddea #046aea #04ea84

Monochromatic Colors of #04ddea

#04ddea

Complementary Color

#04ddea #ea1104

#04ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ddea Color CSS Codes

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

#04ddea Text Font Color

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

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


#04ddea Background Color

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

This div background color is #04ddea


#04ddea Border Color

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

This div border color is #04ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ddea


Comments

No comments written yet.

Please login to write comment.