Color Hex Logo

#0ddebc Color Hex

#0DDEBC
(13,222,188)
0 Favorites   0 Comments

Color spaces of #0ddebc

RGB 13222188
HSL0.470.890.46
HSV170°94°87°
CMYK 0.940.000.15   0.13
XYZ35.364455.959056.5142
Yxy55.95900.23920.3785
Hunter Lab74.8057-46.52427.5717
CIE-Lab79.5905-52.40624.0816

#0ddebc color RGB value is (13,222,188).

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

The process color (four color CMYK) of #0ddebc color hex is 0.94, 0.00, 0.15, 0.13. Web safe color of #0ddebc is #00cccc. Color #0ddebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011110 10111100
Octal 15 336 274
Decimal 13 222 188
Hex D DE BC

RGB Percentages of Color #0ddebc

%3.07
%52.48
%44.44

CMYK Percentages of Color #0ddebc

%94
%0
%15
%13

Triadic Colors of #0ddebc

#0ddebc #bc0dde #debc0d

Analogous Colors of #0ddebc

#0ddebc #0d98de #0dde54

Monochromatic Colors of #0ddebc

#0ddebc

Complementary Color

#0ddebc #de0d2f

#0ddebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddebc Color CSS Codes

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

#0ddebc Text Font Color

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

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


#0ddebc Background Color

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

This div background color is #0ddebc


#0ddebc Border Color

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

This div border color is #0ddebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddebc


Comments

No comments written yet.

Please login to write comment.