Color Hex Logo

#0ebdaf Color Hex

#0EBDAF
(14,189,175)
0 Favorites   0 Comments

Color spaces of #0ebdaf

RGB 14189175
HSL0.490.860.40
HSV175°93°74°
CMYK 0.930.000.07   0.26
XYZ26.116639.583746.8214
Yxy39.58370.23210.3518
Hunter Lab62.9156-36.0059-0.0824
CIE-Lab69.1720-42.0612-4.1104

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111101 10101111
Octal 16 275 257
Decimal 14 189 175
Hex E BD AF

RGB Percentages of Color #0ebdaf

%3.70
%50.00
%46.30

CMYK Percentages of Color #0ebdaf

%93
%0
%7
%26

Triadic Colors of #0ebdaf

#0ebdaf #af0ebd #bdaf0e

Analogous Colors of #0ebdaf

#0ebdaf #0e74bd #0ebd57

Monochromatic Colors of #0ebdaf

#0ebdaf

Complementary Color

#0ebdaf #bd0e1c

#0ebdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebdaf Color CSS Codes

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

#0ebdaf Text Font Color

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

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


#0ebdaf Background Color

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

This div background color is #0ebdaf


#0ebdaf Border Color

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

This div border color is #0ebdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebdaf

#0ebdaf Color Palettes


Comments

No comments written yet.

Please login to write comment.