Color Hex Logo

#00dded Color Hex

#00DDED
(0,221,237)
0 Favorites   0 Comments

Color spaces of #00dded

RGB 0221237
HSL0.511.000.46
HSV184°100°93°
CMYK 1.000.070.00   0.07
XYZ41.142557.827389.1141
Yxy57.82730.21870.3075
Hunter Lab76.0443-36.5030-16.2493
CIE-Lab80.6427-38.3349-20.4539

#00dded color RGB value is (0,221,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011101 11101101
Octal 0 335 355
Decimal 0 221 237
Hex 0 DD ED

RGB Percentages of Color #00dded

%0.00
%48.25
%51.75

CMYK Percentages of Color #00dded

%100
%7
%0
%7

Triadic Colors of #00dded

#00dded #ed00dd #dded00

Analogous Colors of #00dded

#00dded #0067ed #00ed87

Monochromatic Colors of #00dded

#00dded

Complementary Color

#00dded #ed1000

#00dded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dded Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dded Color CSS Codes

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

#00dded Text Font Color

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

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


#00dded Background Color

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

This div background color is #00dded


#00dded Border Color

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

This div border color is #00dded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dded


Comments

No comments written yet.

Please login to write comment.