Color Hex Logo

#0deaab Color Hex

#0DEAAB
(13,234,171)
0 Favorites   0 Comments

Color spaces of #0deaab

RGB 13234171
HSL0.450.890.48
HSV163°94°92°
CMYK 0.940.000.27   0.08
XYZ36.939561.871548.5236
Yxy61.87150.25070.4199
Hunter Lab78.6584-53.825318.4855
CIE-Lab82.8450-61.172717.6562

#0deaab color RGB value is (13,234,171).

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

The process color (four color CMYK) of #0deaab color hex is 0.94, 0.00, 0.27, 0.08. Web safe color of #0deaab is #00ff99. Color #0deaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101010 10101011
Octal 15 352 253
Decimal 13 234 171
Hex D EA AB

RGB Percentages of Color #0deaab

%3.11
%55.98
%40.91

CMYK Percentages of Color #0deaab

%94
%0
%27
%8

Triadic Colors of #0deaab

#0deaab #ab0dea #eaab0d

Analogous Colors of #0deaab

#0deaab #0dbbea #0dea3d

Monochromatic Colors of #0deaab

#0deaab

Complementary Color

#0deaab #ea0d4c

#0deaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0deaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0deaab Color CSS Codes

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

#0deaab Text Font Color

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

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


#0deaab Background Color

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

This div background color is #0deaab


#0deaab Border Color

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

This div border color is #0deaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0deaab


Comments

No comments written yet.

Please login to write comment.