Color Hex Logo

#0defbb Color Hex

#0DEFBB
(13,239,187)
0 Favorites   0 Comments

Color spaces of #0defbb

RGB 13239187
HSL0.460.900.49
HSV166°95°94°
CMYK 0.950.000.22   0.06
XYZ40.002165.406457.5301
Yxy65.40640.24550.4014
Hunter Lab80.8742-53.240014.4359
CIE-Lab84.6927-59.319411.9212

#0defbb color RGB value is (13,239,187).

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

The process color (four color CMYK) of #0defbb color hex is 0.95, 0.00, 0.22, 0.06. Web safe color of #0defbb is #00ffcc. Color #0defbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 10111011
Octal 15 357 273
Decimal 13 239 187
Hex D EF BB

RGB Percentages of Color #0defbb

%2.96
%54.44
%42.60

CMYK Percentages of Color #0defbb

%95
%0
%22
%6

Triadic Colors of #0defbb

#0defbb #bb0def #efbb0d

Analogous Colors of #0defbb

#0defbb #0db2ef #0def4a

Monochromatic Colors of #0defbb

#0defbb

Complementary Color

#0defbb #ef0d41

#0defbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0defbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0defbb Color CSS Codes

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

#0defbb Text Font Color

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

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


#0defbb Background Color

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

This div background color is #0defbb


#0defbb Border Color

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

This div border color is #0defbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,239,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 #0defbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0defbb


Comments

No comments written yet.

Please login to write comment.