Color Hex Logo

#0ebdbd Color Hex

#0EBDBD
(14,189,189)
0 Favorites   0 Comments

Color spaces of #0ebdbd

RGB 14189189
HSL0.500.860.40
HSV180°93°74°
CMYK 0.930.000.00   0.26
XYZ27.564040.162754.4435
Yxy40.16270.22560.3287
Hunter Lab63.3740-33.2675-6.5731
CIE-Lab69.5853-37.9452-11.1813

#0ebdbd color RGB value is (14,189,189).

#0ebdbd hex color red value is 14, green value is 189 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0ebdbd hue: 0.50 , saturation: 0.86 and the lightness value of 0ebdbd is 0.40.

The process color (four color CMYK) of #0ebdbd color hex is 0.93, 0.00, 0.00, 0.26. Web safe color of #0ebdbd is #00cccc. Color #0ebdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111101 10111101
Octal 16 275 275
Decimal 14 189 189
Hex E BD BD

RGB Percentages of Color #0ebdbd

%3.57
%48.21
%48.21

CMYK Percentages of Color #0ebdbd

%93
%0
%0
%26

Triadic Colors of #0ebdbd

#0ebdbd #bd0ebd #bdbd0e

Analogous Colors of #0ebdbd

#0ebdbd #0e66bd #0ebd66

Monochromatic Colors of #0ebdbd

#0ebdbd

Complementary Color

#0ebdbd #bd0e0e

#0ebdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebdbd Color CSS Codes

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

#0ebdbd Text Font Color

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

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


#0ebdbd Background Color

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

This div background color is #0ebdbd


#0ebdbd Border Color

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

This div border color is #0ebdbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,189,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ebdbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ebdbd;
  -webkit-box-shadow: 1px 1px 3px 2px #0ebdbd;
  box-shadow:         1px 1px 3px 2px #0ebdbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebdbd


Comments

No comments written yet.

Please login to write comment.