Color Hex Logo

#ede7ba Color Hex

#EDE7BA
(237,231,186)
0 Favorites   0 Comments

Color spaces of #ede7ba

RGB 237231186
HSL0.150.590.83
HSV53°22°93°
CMYK 0.000.030.22   0.07
XYZ72.363978.701557.8313
Yxy78.70150.34640.3767
Hunter Lab88.7139-9.646823.4494
CIE-Lab91.0991-5.073922.6849

#ede7ba color RGB value is (237,231,186).

#ede7ba hex color red value is 237, green value is 231 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ede7ba hue: 0.15 , saturation: 0.59 and the lightness value of ede7ba is 0.83.

The process color (four color CMYK) of #ede7ba color hex is 0.00, 0.03, 0.22, 0.07. Web safe color of #ede7ba is #ffffcc. Color #ede7ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 10111010
Octal 355 347 272
Decimal 237 231 186
Hex ED E7 BA

RGB Percentages of Color #ede7ba

%36.24
%35.32
%28.44

CMYK Percentages of Color #ede7ba

%0
%3
%22
%7

Triadic Colors of #ede7ba

#ede7ba #baede7 #e7baed

Analogous Colors of #ede7ba

#ede7ba #daedba #edceba

Monochromatic Colors of #ede7ba

#ede7ba

Complementary Color

#ede7ba #bac0ed

#ede7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede7ba Color CSS Codes

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

#ede7ba Text Font Color

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

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


#ede7ba Background Color

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

This div background color is #ede7ba


#ede7ba Border Color

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

This div border color is #ede7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede7ba


Comments

No comments written yet.

Please login to write comment.