Color Hex Logo

#ede2bc Color Hex

#EDE2BC
(237,226,188)
0 Favorites   0 Comments

Color spaces of #ede2bc

RGB 237226188
HSL0.130.580.83
HSV47°21°93°
CMYK 0.000.050.21   0.07
XYZ71.198576.028158.4993
Yxy76.02810.34610.3696
Hunter Lab87.1941-6.835221.2577
CIE-Lab89.8724-2.250719.9487

#ede2bc color RGB value is (237,226,188).

#ede2bc hex color red value is 237, green value is 226 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ede2bc hue: 0.13 , saturation: 0.58 and the lightness value of ede2bc is 0.83.

The process color (four color CMYK) of #ede2bc color hex is 0.00, 0.05, 0.21, 0.07. Web safe color of #ede2bc is #ffcccc. Color #ede2bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 10111100
Octal 355 342 274
Decimal 237 226 188
Hex ED E2 BC

RGB Percentages of Color #ede2bc

%36.41
%34.72
%28.88

CMYK Percentages of Color #ede2bc

%0
%5
%21
%7

Triadic Colors of #ede2bc

#ede2bc #bcede2 #e2bced

Analogous Colors of #ede2bc

#ede2bc #e0edbc #edcabc

Monochromatic Colors of #ede2bc

#ede2bc

Complementary Color

#ede2bc #bcc7ed

#ede2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede2bc Color CSS Codes

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

#ede2bc Text Font Color

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

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


#ede2bc Background Color

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

This div background color is #ede2bc


#ede2bc Border Color

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

This div border color is #ede2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede2bc


Comments

No comments written yet.

Please login to write comment.