Color Hex Logo

#0eaf9b Color Hex

#0EAF9B
(14,175,155)
0 Favorites   0 Comments

Color spaces of #0eaf9b

RGB 14175155
HSL0.480.850.37
HSV173°92°69°
CMYK 0.920.000.11   0.31
XYZ21.427533.119936.2738
Yxy33.11990.23590.3647
Hunter Lab57.5499-34.25162.9143
CIE-Lab64.2579-41.6304-0.2705

#0eaf9b color RGB value is (14,175,155).

#0eaf9b hex color red value is 14, green value is 175 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #0eaf9b hue: 0.48 , saturation: 0.85 and the lightness value of 0eaf9b is 0.37.

The process color (four color CMYK) of #0eaf9b color hex is 0.92, 0.00, 0.11, 0.31. Web safe color of #0eaf9b is #009999. Color #0eaf9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101111 10011011
Octal 16 257 233
Decimal 14 175 155
Hex E AF 9B

RGB Percentages of Color #0eaf9b

%4.07
%50.87
%45.06

CMYK Percentages of Color #0eaf9b

%92
%0
%11
%31

Triadic Colors of #0eaf9b

#0eaf9b #9b0eaf #af9b0e

Analogous Colors of #0eaf9b

#0eaf9b #0e73af #0eaf4b

Monochromatic Colors of #0eaf9b

#0eaf9b

Complementary Color

#0eaf9b #af0e22

#0eaf9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaf9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaf9b Color CSS Codes

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

#0eaf9b Text Font Color

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

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


#0eaf9b Background Color

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

This div background color is #0eaf9b


#0eaf9b Border Color

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

This div border color is #0eaf9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaf9b


Comments

No comments written yet.

Please login to write comment.