Color Hex Logo

#00ddea Color Hex

#00DDEA
(0,221,234)
0 Favorites   0 Comments

Color spaces of #00ddea

RGB 0221234
HSL0.511.000.46
HSV183°100°92°
CMYK 1.000.060.00   0.08
XYZ40.707757.653486.8246
Yxy57.65340.21980.3113
Hunter Lab75.9298-37.1793-14.6463
CIE-Lab80.5457-39.2540-19.0050

#00ddea color RGB value is (0,221,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011101 11101010
Octal 0 335 352
Decimal 0 221 234
Hex 0 DD EA

RGB Percentages of Color #00ddea

%0.00
%48.57
%51.43

CMYK Percentages of Color #00ddea

%100
%6
%0
%8

Triadic Colors of #00ddea

#00ddea #ea00dd #ddea00

Analogous Colors of #00ddea

#00ddea #0068ea #00ea82

Monochromatic Colors of #00ddea

#00ddea

Complementary Color

#00ddea #ea0d00

#00ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ddea Color CSS Codes

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

#00ddea Text Font Color

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

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


#00ddea Background Color

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

This div background color is #00ddea


#00ddea Border Color

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

This div border color is #00ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ddea


Comments

No comments written yet.

Please login to write comment.