Color Hex Logo

#edf3ab Color Hex

#EDF3AB
(237,243,171)
0 Favorites   0 Comments

Color spaces of #edf3ab

RGB 237243171
HSL0.180.750.81
HSV65°30°95°
CMYK 0.020.000.30   0.05
XYZ74.326385.046051.0262
Yxy85.04600.35330.4042
Hunter Lab92.2204-17.521131.7487
CIE-Lab93.9029-13.069234.1391

#edf3ab color RGB value is (237,243,171).

#edf3ab hex color red value is 237, green value is 243 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #edf3ab hue: 0.18 , saturation: 0.75 and the lightness value of edf3ab is 0.81.

The process color (four color CMYK) of #edf3ab color hex is 0.02, 0.00, 0.30, 0.05. Web safe color of #edf3ab is #ffff99. Color #edf3ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110011 10101011
Octal 355 363 253
Decimal 237 243 171
Hex ED F3 AB

RGB Percentages of Color #edf3ab

%36.41
%37.33
%26.27

CMYK Percentages of Color #edf3ab

%2
%0
%30
%5

Triadic Colors of #edf3ab

#edf3ab #abedf3 #f3abed

Analogous Colors of #edf3ab

#edf3ab #c9f3ab #f3d5ab

Monochromatic Colors of #edf3ab

#edf3ab

Complementary Color

#edf3ab #b1abf3

#edf3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf3ab Color CSS Codes

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

#edf3ab Text Font Color

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

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


#edf3ab Background Color

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

This div background color is #edf3ab


#edf3ab Border Color

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

This div border color is #edf3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf3ab


Comments

No comments written yet.

Please login to write comment.