Color Hex Logo

#0defbe Color Hex

#0DEFBE
(13,239,190)
0 Favorites   0 Comments

Color spaces of #0defbe

RGB 13239190
HSL0.460.900.49
HSV167°95°94°
CMYK 0.950.000.21   0.06
XYZ40.326765.536359.2395
Yxy65.53630.24430.3969
Hunter Lab80.9545-52.752313.2819
CIE-Lab84.7593-58.595710.4502

#0defbe color RGB value is (13,239,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 10111110
Octal 15 357 276
Decimal 13 239 190
Hex D EF BE

RGB Percentages of Color #0defbe

%2.94
%54.07
%42.99

CMYK Percentages of Color #0defbe

%95
%0
%21
%6

Triadic Colors of #0defbe

#0defbe #be0def #efbe0d

Analogous Colors of #0defbe

#0defbe #0dafef #0def4d

Monochromatic Colors of #0defbe

#0defbe

Complementary Color

#0defbe #ef0d3e

#0defbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0defbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0defbe Color CSS Codes

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

#0defbe Text Font Color

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

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


#0defbe Background Color

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

This div background color is #0defbe


#0defbe Border Color

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

This div border color is #0defbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0defbe


Comments

No comments written yet.

Please login to write comment.