Color Hex Logo

#0ddbae Color Hex

#0DDBAE
(13,219,174)
0 Favorites   0 Comments

Color spaces of #0ddbae

RGB 13219174
HSL0.460.890.45
HSV167°94°86°
CMYK 0.940.000.21   0.14
XYZ33.137553.804648.6832
Yxy53.80460.24430.3967
Hunter Lab73.3516-47.725811.9956
CIE-Lab78.3477-54.76199.7347

#0ddbae color RGB value is (13,219,174).

#0ddbae hex color red value is 13, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0ddbae hue: 0.46 , saturation: 0.89 and the lightness value of 0ddbae is 0.45.

The process color (four color CMYK) of #0ddbae color hex is 0.94, 0.00, 0.21, 0.14. Web safe color of #0ddbae is #00cc99. Color #0ddbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011011 10101110
Octal 15 333 256
Decimal 13 219 174
Hex D DB AE

RGB Percentages of Color #0ddbae

%3.20
%53.94
%42.86

CMYK Percentages of Color #0ddbae

%94
%0
%21
%14

Triadic Colors of #0ddbae

#0ddbae #ae0ddb #dbae0d

Analogous Colors of #0ddbae

#0ddbae #0da1db #0ddb47

Monochromatic Colors of #0ddbae

#0ddbae

Complementary Color

#0ddbae #db0d3a

#0ddbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddbae Color CSS Codes

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

#0ddbae Text Font Color

<p style="color:#0ddbae">Text here</p>

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


#0ddbae Background Color

<div style="background-color:#0ddbae">
Div content here</div>

This div background color is #0ddbae


#0ddbae Border Color

<div style="border:3px solid #0ddbae">
Div here</div>

This div border color is #0ddbae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,219,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ddbae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ddbae;
  -webkit-box-shadow: 1px 1px 3px 2px #0ddbae;
  box-shadow:         1px 1px 3px 2px #0ddbae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,219,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddbae


Comments

No comments written yet.

Please login to write comment.