Color Hex Logo

#0defba Color Hex

#0DEFBA
(13,239,186)
0 Favorites   0 Comments

Color spaces of #0defba

RGB 13239186
HSL0.460.900.49
HSV166°95°94°
CMYK 0.950.000.22   0.06
XYZ39.895465.363756.9681
Yxy65.36370.24590.4029
Hunter Lab80.8478-53.400614.8157
CIE-Lab84.6708-59.558412.4116

#0defba color RGB value is (13,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 10111010
Octal 15 357 272
Decimal 13 239 186
Hex D EF BA

RGB Percentages of Color #0defba

%2.97
%54.57
%42.47

CMYK Percentages of Color #0defba

%95
%0
%22
%6

Triadic Colors of #0defba

#0defba #ba0def #efba0d

Analogous Colors of #0defba

#0defba #0db3ef #0def49

Monochromatic Colors of #0defba

#0defba

Complementary Color

#0defba #ef0d42

#0defba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0defba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0defba Color CSS Codes

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

#0defba Text Font Color

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

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


#0defba Background Color

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

This div background color is #0defba


#0defba Border Color

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

This div border color is #0defba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0defba


Comments

No comments written yet.

Please login to write comment.