Color Hex Logo

#edb69b Color Hex

#EDB69B
(237,182,155)
0 Favorites   0 Comments

Color spaces of #edb69b

RGB 237182155
HSL0.050.690.77
HSV20°35°93°
CMYK 0.000.230.35   0.07
XYZ57.569453.827038.3658
Yxy53.82700.38440.3594
Hunter Lab73.366911.673020.3523
CIE-Lab78.360716.318821.4292

#edb69b color RGB value is (237,182,155).

#edb69b hex color red value is 237, green value is 182 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #edb69b hue: 0.05 , saturation: 0.69 and the lightness value of edb69b is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 10011011
Octal 355 266 233
Decimal 237 182 155
Hex ED B6 9B

RGB Percentages of Color #edb69b

%41.29
%31.71
%27.00

CMYK Percentages of Color #edb69b

%0
%23
%35
%7

Triadic Colors of #edb69b

#edb69b #9bedb6 #b69bed

Analogous Colors of #edb69b

#edb69b #eddf9b #ed9ba9

Monochromatic Colors of #edb69b

#edb69b

Complementary Color

#edb69b #9bd2ed

#edb69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb69b Color CSS Codes

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

#edb69b Text Font Color

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

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


#edb69b Background Color

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

This div background color is #edb69b


#edb69b Border Color

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

This div border color is #edb69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb69b


Comments

No comments written yet.

Please login to write comment.