Color Hex Logo

#edbb91 Color Hex

#EDBB91
(237,187,145)
0 Favorites   0 Comments

Color spaces of #edbb91

RGB 237187145
HSL0.080.720.75
HSV27°39°93°
CMYK 0.000.210.39   0.07
XYZ57.806255.589534.4712
Yxy55.58950.39090.3759
Hunter Lab74.55847.916524.7788
CIE-Lab79.379612.506428.1373

#edbb91 color RGB value is (237,187,145).

#edbb91 hex color red value is 237, green value is 187 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #edbb91 hue: 0.08 , saturation: 0.72 and the lightness value of edbb91 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 10010001
Octal 355 273 221
Decimal 237 187 145
Hex ED BB 91

RGB Percentages of Color #edbb91

%41.65
%32.86
%25.48

CMYK Percentages of Color #edbb91

%0
%21
%39
%7

Triadic Colors of #edbb91

#edbb91 #91edbb #bb91ed

Analogous Colors of #edbb91

#edbb91 #ede991 #ed9195

Monochromatic Colors of #edbb91

#edbb91

Complementary Color

#edbb91 #91c3ed

#edbb91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb91 Color CSS Codes

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

#edbb91 Text Font Color

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

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


#edbb91 Background Color

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

This div background color is #edbb91


#edbb91 Border Color

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

This div border color is #edbb91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb91


Comments

No comments written yet.

Please login to write comment.