Color Hex Logo

#00ddee Color Hex

#00DDEE
(0,221,238)
2 Favorites   0 Comments

Color spaces of #00ddee

RGB 0221238
HSL0.511.000.47
HSV184°100°93°
CMYK 1.000.070.00   0.07
XYZ41.289157.885989.8859
Yxy57.88590.21840.3062
Hunter Lab76.0828-36.2753-16.7886
CIE-Lab80.6753-38.0269-20.9361

#00ddee color RGB value is (0,221,238). This hex color code is also a web safe color which is equal to #0DE.

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011101 11101110
Octal 0 335 356
Decimal 0 221 238
Hex 0 DD EE

RGB Percentages of Color #00ddee

%0.00
%48.15
%51.85

CMYK Percentages of Color #00ddee

%100
%7
%0
%7

Triadic Colors of #00ddee

#00ddee #ee00dd #ddee00

Analogous Colors of #00ddee

#00ddee #0066ee #00ee88

Monochromatic Colors of #00ddee

#00ddee

Complementary Color

#00ddee #ee1100

#00ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ddee Color CSS Codes

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

#00ddee Text Font Color

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

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


#00ddee Background Color

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

This div background color is #00ddee


#00ddee Border Color

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

This div border color is #00ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ddee


Comments

No comments written yet.

Please login to write comment.