Color Hex Logo

#edebbf Color Hex

#EDEBBF
(237,235,191)
0 Favorites   0 Comments

Color spaces of #edebbf

RGB 237235191
HSL0.160.560.84
HSV57°19°93°
CMYK 0.000.010.19   0.07
XYZ74.037481.182861.0579
Yxy81.18280.34230.3754
Hunter Lab90.1015-11.002222.8928
CIE-Lab92.2130-6.382521.6475

#edebbf color RGB value is (237,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 10111111
Octal 355 353 277
Decimal 237 235 191
Hex ED EB BF

RGB Percentages of Color #edebbf

%35.75
%35.44
%28.81

CMYK Percentages of Color #edebbf

%0
%1
%19
%7

Triadic Colors of #edebbf

#edebbf #bfedeb #ebbfed

Analogous Colors of #edebbf

#edebbf #d8edbf #edd4bf

Monochromatic Colors of #edebbf

#edebbf

Complementary Color

#edebbf #bfc1ed

#edebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebbf Color CSS Codes

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

#edebbf Text Font Color

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

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


#edebbf Background Color

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

This div background color is #edebbf


#edebbf Border Color

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

This div border color is #edebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebbf


Comments

No comments written yet.

Please login to write comment.