Color Hex Logo

#edeabf Color Hex

#EDEABF
(237,234,191)
0 Favorites   0 Comments

Color spaces of #edeabf

RGB 237234191
HSL0.160.560.84
HSV56°19°93°
CMYK 0.000.010.19   0.07
XYZ73.751880.611860.9627
Yxy80.61180.34250.3744
Hunter Lab89.7841-10.495922.5914
CIE-Lab91.9587-5.878721.2948

#edeabf color RGB value is (237,234,191).

#edeabf hex color red value is 237, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #edeabf hue: 0.16 , saturation: 0.56 and the lightness value of edeabf is 0.84.

The process color (four color CMYK) of #edeabf color hex is 0.00, 0.01, 0.19, 0.07. Web safe color of #edeabf is #ffffcc. Color #edeabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 10111111
Octal 355 352 277
Decimal 237 234 191
Hex ED EA BF

RGB Percentages of Color #edeabf

%35.80
%35.35
%28.85

CMYK Percentages of Color #edeabf

%0
%1
%19
%7

Triadic Colors of #edeabf

#edeabf #bfedea #eabfed

Analogous Colors of #edeabf

#edeabf #d9edbf #edd3bf

Monochromatic Colors of #edeabf

#edeabf

Complementary Color

#edeabf #bfc2ed

#edeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeabf Color CSS Codes

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

#edeabf Text Font Color

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

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


#edeabf Background Color

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

This div background color is #edeabf


#edeabf Border Color

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

This div border color is #edeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeabf


Comments

No comments written yet.

Please login to write comment.