Color Hex Logo

#00d0dd Color Hex

#00D0DD
(0,208,221)
0 Favorites   0 Comments

Color spaces of #00d0dd

RGB 0208221
HSL0.511.000.43
HSV184°100°87°
CMYK 1.000.060.00   0.13
XYZ35.607050.332276.2450
Yxy50.33220.21950.3103
Hunter Lab70.9452-34.5659-14.0575
CIE-Lab76.2727-37.2850-18.5108

#00d0dd color RGB value is (0,208,221).

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

The process color (four color CMYK) of #00d0dd color hex is 1.00, 0.06, 0.00, 0.13. Web safe color of #00d0dd is #00cccc. Color #00d0dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11010000 11011101
Octal 0 320 335
Decimal 0 208 221
Hex 0 D0 DD

RGB Percentages of Color #00d0dd

%0.00
%48.48
%51.52

CMYK Percentages of Color #00d0dd

%100
%6
%0
%13

Triadic Colors of #00d0dd

#00d0dd #dd00d0 #d0dd00

Analogous Colors of #00d0dd

#00d0dd #0062dd #00dd7c

Monochromatic Colors of #00d0dd

#00d0dd

Complementary Color

#00d0dd #dd0d00

#00d0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00d0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00d0dd Color CSS Codes

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

#00d0dd Text Font Color

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

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


#00d0dd Background Color

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

This div background color is #00d0dd


#00d0dd Border Color

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

This div border color is #00d0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00d0dd


Comments

No comments written yet.

Please login to write comment.