Color Hex Logo

#edba89 Color Hex

#EDBA89
(237,186,137)
0 Favorites   0 Comments

Color spaces of #edba89

RGB 237186137
HSL0.080.740.73
HSV29°42°93°
CMYK 0.000.220.42   0.07
XYZ56.999354.928531.2650
Yxy54.92850.39810.3836
Hunter Lab74.11387.581426.8681
CIE-Lab79.000112.162031.8473

#edba89 color RGB value is (237,186,137).

#edba89 hex color red value is 237, green value is 186 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #edba89 hue: 0.08 , saturation: 0.74 and the lightness value of edba89 is 0.73.

The process color (four color CMYK) of #edba89 color hex is 0.00, 0.22, 0.42, 0.07. Web safe color of #edba89 is #ffcc99. Color #edba89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 10001001
Octal 355 272 211
Decimal 237 186 137
Hex ED BA 89

RGB Percentages of Color #edba89

%42.32
%33.21
%24.46

CMYK Percentages of Color #edba89

%0
%22
%42
%7

Triadic Colors of #edba89

#edba89 #89edba #ba89ed

Analogous Colors of #edba89

#edba89 #edec89 #ed898a

Monochromatic Colors of #edba89

#edba89

Complementary Color

#edba89 #89bced

#edba89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edba89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edba89 Color CSS Codes

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

#edba89 Text Font Color

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

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


#edba89 Background Color

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

This div background color is #edba89


#edba89 Border Color

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

This div border color is #edba89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edba89


Comments

No comments written yet.

Please login to write comment.