Color Hex Logo

#0ed775 Color Hex

#0ED775
(14,215,117)
0 Favorites   0 Comments

Color spaces of #0ed775

RGB 14215117
HSL0.420.880.45
HSV151°93°84°
CMYK 0.930.000.46   0.16
XYZ27.692449.978625.0169
Yxy49.97860.26970.4867
Hunter Lab70.6955-53.796328.5060
CIE-Lab76.0561-65.323836.2217

#0ed775 color RGB value is (14,215,117).

#0ed775 hex color red value is 14, green value is 215 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #0ed775 hue: 0.42 , saturation: 0.88 and the lightness value of 0ed775 is 0.45.

The process color (four color CMYK) of #0ed775 color hex is 0.93, 0.00, 0.46, 0.16. Web safe color of #0ed775 is #00cc66. Color #0ed775 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11010111 01110101
Octal 16 327 165
Decimal 14 215 117
Hex E D7 75

RGB Percentages of Color #0ed775

%4.05
%62.14
%33.82

CMYK Percentages of Color #0ed775

%93
%0
%46
%16

Triadic Colors of #0ed775

#0ed775 #750ed7 #d7750e

Analogous Colors of #0ed775

#0ed775 #0ed5d7 #0ed711

Monochromatic Colors of #0ed775

#0ed775

Complementary Color

#0ed775 #d70e70

#0ed775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed775 Color CSS Codes

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

#0ed775 Text Font Color

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

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


#0ed775 Background Color

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

This div background color is #0ed775


#0ed775 Border Color

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

This div border color is #0ed775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed775


Comments

No comments written yet.

Please login to write comment.