Color Hex Logo

#0ddfbb Color Hex

#0DDFBB
(13,223,187)
0 Favorites   0 Comments

Color spaces of #0ddfbb

RGB 13223187
HSL0.470.890.46
HSV170°94°87°
CMYK 0.940.000.16   0.13
XYZ35.523356.448856.0371
Yxy56.44880.24000.3814
Hunter Lab75.1324-47.08538.3716
CIE-Lab79.8686-53.06705.0146

#0ddfbb color RGB value is (13,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011111 10111011
Octal 15 337 273
Decimal 13 223 187
Hex D DF BB

RGB Percentages of Color #0ddfbb

%3.07
%52.72
%44.21

CMYK Percentages of Color #0ddfbb

%94
%0
%16
%13

Triadic Colors of #0ddfbb

#0ddfbb #bb0ddf #dfbb0d

Analogous Colors of #0ddfbb

#0ddfbb #0d9adf #0ddf52

Monochromatic Colors of #0ddfbb

#0ddfbb

Complementary Color

#0ddfbb #df0d31

#0ddfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddfbb Color CSS Codes

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

#0ddfbb Text Font Color

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

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


#0ddfbb Background Color

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

This div background color is #0ddfbb


#0ddfbb Border Color

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

This div border color is #0ddfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddfbb


Comments

No comments written yet.

Please login to write comment.