Color Hex Logo

#ede3bf Color Hex

#EDE3BF
(237,227,191)
0 Favorites   0 Comments

Color spaces of #ede3bf

RGB 237227191
HSL0.130.560.84
HSV47°19°93°
CMYK 0.000.040.19   0.07
XYZ71.798176.704360.3115
Yxy76.70430.34380.3673
Hunter Lab87.5810-6.934120.4774
CIE-Lab90.1853-2.328518.8264

#ede3bf color RGB value is (237,227,191).

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

The process color (four color CMYK) of #ede3bf color hex is 0.00, 0.04, 0.19, 0.07. Web safe color of #ede3bf is #ffcccc. Color #ede3bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 10111111
Octal 355 343 277
Decimal 237 227 191
Hex ED E3 BF

RGB Percentages of Color #ede3bf

%36.18
%34.66
%29.16

CMYK Percentages of Color #ede3bf

%0
%4
%19
%7

Triadic Colors of #ede3bf

#ede3bf #bfede3 #e3bfed

Analogous Colors of #ede3bf

#ede3bf #e0edbf #edccbf

Monochromatic Colors of #ede3bf

#ede3bf

Complementary Color

#ede3bf #bfc9ed

#ede3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede3bf Color CSS Codes

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

#ede3bf Text Font Color

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

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


#ede3bf Background Color

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

This div background color is #ede3bf


#ede3bf Border Color

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

This div border color is #ede3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede3bf


Comments

No comments written yet.

Please login to write comment.