Color Hex Logo

#edffb5 Color Hex

#EDFFB5
(237,255,181)
0 Favorites   0 Comments

Color spaces of #edffb5

RGB 237255181
HSL0.211.000.85
HSV75°29°100°
CMYK 0.070.000.29   0.00
XYZ79.025592.860757.4749
Yxy92.86070.34450.4049
Hunter Lab96.3643-22.254832.0924
CIE-Lab97.1710-17.645633.4872

#edffb5 color RGB value is (237,255,181).

#edffb5 hex color red value is 237, green value is 255 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #edffb5 hue: 0.21 , saturation: 1.00 and the lightness value of edffb5 is 0.85.

The process color (four color CMYK) of #edffb5 color hex is 0.07, 0.00, 0.29, 0.00. Web safe color of #edffb5 is #ffffcc. Color #edffb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 10110101
Octal 355 377 265
Decimal 237 255 181
Hex ED FF B5

RGB Percentages of Color #edffb5

%35.22
%37.89
%26.89

CMYK Percentages of Color #edffb5

%7
%0
%29
%0

Triadic Colors of #edffb5

#edffb5 #b5edff #ffb5ed

Analogous Colors of #edffb5

#edffb5 #c8ffb5 #ffecb5

Monochromatic Colors of #edffb5

#edffb5

Complementary Color

#edffb5 #c7b5ff

#edffb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edffb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edffb5 Color CSS Codes

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

#edffb5 Text Font Color

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

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


#edffb5 Background Color

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

This div background color is #edffb5


#edffb5 Border Color

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

This div border color is #edffb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edffb5


Comments

No comments written yet.

Please login to write comment.