Color Hex Logo

#edfb95 Color Hex

#EDFB95
(237,251,149)
0 Favorites   0 Comments

Color spaces of #edfb95

RGB 237251149
HSL0.190.930.78
HSV68°41°98°
CMYK 0.060.000.41   0.02
XYZ74.847089.168841.7002
Yxy89.16880.36380.4335
Hunter Lab94.4292-23.767539.9178
CIE-Lab95.6509-19.530447.2605

#edfb95 color RGB value is (237,251,149).

#edfb95 hex color red value is 237, green value is 251 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #edfb95 hue: 0.19 , saturation: 0.93 and the lightness value of edfb95 is 0.78.

The process color (four color CMYK) of #edfb95 color hex is 0.06, 0.00, 0.41, 0.02. Web safe color of #edfb95 is #ffff99. Color #edfb95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 10010101
Octal 355 373 225
Decimal 237 251 149
Hex ED FB 95

RGB Percentages of Color #edfb95

%37.21
%39.40
%23.39

CMYK Percentages of Color #edfb95

%6
%0
%41
%2

Triadic Colors of #edfb95

#edfb95 #95edfb #fb95ed

Analogous Colors of #edfb95

#edfb95 #bafb95 #fbd695

Monochromatic Colors of #edfb95

#edfb95

Complementary Color

#edfb95 #a395fb

#edfb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfb95 Color CSS Codes

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

#edfb95 Text Font Color

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

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


#edfb95 Background Color

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

This div background color is #edfb95


#edfb95 Border Color

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

This div border color is #edfb95


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,251,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edfb95; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edfb95;
  -webkit-box-shadow: 1px 1px 3px 2px #edfb95;
  box-shadow:         1px 1px 3px 2px #edfb95; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfb95


Comments

No comments written yet.

Please login to write comment.