Color Hex Logo

#edfeab Color Hex

#EDFEAB
(237,254,171)
0 Favorites   0 Comments

Color spaces of #edfeab

RGB 237254171
HSL0.200.980.83
HSV72°33°100°
CMYK 0.070.000.33   0.00
XYZ77.717591.828452.1566
Yxy91.82840.35050.4142
Hunter Lab95.8271-22.930834.8088
CIE-Lab96.7501-18.439637.9092

#edfeab color RGB value is (237,254,171).

#edfeab hex color red value is 237, green value is 254 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #edfeab hue: 0.20 , saturation: 0.98 and the lightness value of edfeab is 0.83.

The process color (four color CMYK) of #edfeab color hex is 0.07, 0.00, 0.33, 0.00. Web safe color of #edfeab is #ffff99. Color #edfeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 10101011
Octal 355 376 253
Decimal 237 254 171
Hex ED FE AB

RGB Percentages of Color #edfeab

%35.80
%38.37
%25.83

CMYK Percentages of Color #edfeab

%7
%0
%33
%0

Triadic Colors of #edfeab

#edfeab #abedfe #feabed

Analogous Colors of #edfeab

#edfeab #c4feab #fee6ab

Monochromatic Colors of #edfeab

#edfeab

Complementary Color

#edfeab #bcabfe

#edfeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfeab Color CSS Codes

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

#edfeab Text Font Color

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

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


#edfeab Background Color

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

This div background color is #edfeab


#edfeab Border Color

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

This div border color is #edfeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfeab


Comments

No comments written yet.

Please login to write comment.