Color Hex Logo

#edfdab Color Hex

#EDFDAB
(237,253,171)
0 Favorites   0 Comments

Color spaces of #edfdab

RGB 237253171
HSL0.200.950.83
HSV72°32°99°
CMYK 0.060.000.32   0.01
XYZ77.401091.195452.0511
Yxy91.19540.35080.4133
Hunter Lab95.4963-22.441934.5309
CIE-Lab96.4904-17.955937.5671

#edfdab color RGB value is (237,253,171).

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

The process color (four color CMYK) of #edfdab color hex is 0.06, 0.00, 0.32, 0.01. Web safe color of #edfdab is #ffff99. Color #edfdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10101011
Octal 355 375 253
Decimal 237 253 171
Hex ED FD AB

RGB Percentages of Color #edfdab

%35.85
%38.28
%25.87

CMYK Percentages of Color #edfdab

%6
%0
%32
%1

Triadic Colors of #edfdab

#edfdab #abedfd #fdabed

Analogous Colors of #edfdab

#edfdab #c4fdab #fde4ab

Monochromatic Colors of #edfdab

#edfdab

Complementary Color

#edfdab #bbabfd

#edfdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdab Color CSS Codes

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

#edfdab Text Font Color

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

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


#edfdab Background Color

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

This div background color is #edfdab


#edfdab Border Color

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

This div border color is #edfdab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,253,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 #edfdab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdab


Comments

No comments written yet.

Please login to write comment.