Color Hex Logo

#edbb9a Color Hex

#EDBB9A
(237,187,154)
0 Favorites   0 Comments

Color spaces of #edbb9a

RGB 237187154
HSL0.070.700.77
HSV24°35°93°
CMYK 0.000.210.35   0.07
XYZ58.528155.878338.2727
Yxy55.87830.38330.3660
Hunter Lab74.75188.943821.9699
CIE-Lab79.544513.551823.5845

#edbb9a color RGB value is (237,187,154).

#edbb9a hex color red value is 237, green value is 187 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #edbb9a hue: 0.07 , saturation: 0.70 and the lightness value of edbb9a is 0.77.

The process color (four color CMYK) of #edbb9a color hex is 0.00, 0.21, 0.35, 0.07. Web safe color of #edbb9a is #ffcc99. Color #edbb9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 10011010
Octal 355 273 232
Decimal 237 187 154
Hex ED BB 9A

RGB Percentages of Color #edbb9a

%41.00
%32.35
%26.64

CMYK Percentages of Color #edbb9a

%0
%21
%35
%7

Triadic Colors of #edbb9a

#edbb9a #9aedbb #bb9aed

Analogous Colors of #edbb9a

#edbb9a #ede59a #ed9aa3

Monochromatic Colors of #edbb9a

#edbb9a

Complementary Color

#edbb9a #9acced

#edbb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb9a Color CSS Codes

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

#edbb9a Text Font Color

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

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


#edbb9a Background Color

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

This div background color is #edbb9a


#edbb9a Border Color

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

This div border color is #edbb9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb9a


Comments

No comments written yet.

Please login to write comment.