Color Hex Logo

#0ede85 Color Hex

#0EDE85
(14,222,133)
0 Favorites   0 Comments

Color spaces of #0ede85

RGB 14222133
HSL0.430.880.46
HSV154°94°87°
CMYK 0.940.000.40   0.13
XYZ30.536054.029431.0096
Yxy54.02940.26420.4675
Hunter Lab73.5047-54.479126.4405
CIE-Lab78.4789-64.788631.3089

#0ede85 color RGB value is (14,222,133).

#0ede85 hex color red value is 14, green value is 222 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #0ede85 hue: 0.43 , saturation: 0.88 and the lightness value of 0ede85 is 0.46.

The process color (four color CMYK) of #0ede85 color hex is 0.94, 0.00, 0.40, 0.13. Web safe color of #0ede85 is #00cc99. Color #0ede85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011110 10000101
Octal 16 336 205
Decimal 14 222 133
Hex E DE 85

RGB Percentages of Color #0ede85

%3.79
%60.16
%36.04

CMYK Percentages of Color #0ede85

%94
%0
%40
%13

Triadic Colors of #0ede85

#0ede85 #850ede #de850e

Analogous Colors of #0ede85

#0ede85 #0ecfde #0ede1d

Monochromatic Colors of #0ede85

#0ede85

Complementary Color

#0ede85 #de0e67

#0ede85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ede85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ede85 Color CSS Codes

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

#0ede85 Text Font Color

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

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


#0ede85 Background Color

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

This div background color is #0ede85


#0ede85 Border Color

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

This div border color is #0ede85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ede85


Comments

No comments written yet.

Please login to write comment.