Color Hex Logo

#edbeaa Color Hex

#EDBEAA
(237,190,170)
0 Favorites   0 Comments

Color spaces of #edbeaa

RGB 237190170
HSL0.050.650.80
HSV18°28°93°
CMYK 0.000.200.28   0.07
XYZ60.594257.733745.9803
Yxy57.73370.36880.3514
Hunter Lab75.98279.379317.3090
CIE-Lab80.590513.990916.4861

#edbeaa color RGB value is (237,190,170).

#edbeaa hex color red value is 237, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #edbeaa hue: 0.05 , saturation: 0.65 and the lightness value of edbeaa is 0.80.

The process color (four color CMYK) of #edbeaa color hex is 0.00, 0.20, 0.28, 0.07. Web safe color of #edbeaa is #ffcc99. Color #edbeaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 10101010
Octal 355 276 252
Decimal 237 190 170
Hex ED BE AA

RGB Percentages of Color #edbeaa

%39.70
%31.83
%28.48

CMYK Percentages of Color #edbeaa

%0
%20
%28
%7

Triadic Colors of #edbeaa

#edbeaa #aaedbe #beaaed

Analogous Colors of #edbeaa

#edbeaa #ede0aa #edaab8

Monochromatic Colors of #edbeaa

#edbeaa

Complementary Color

#edbeaa #aad9ed

#edbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbeaa Color CSS Codes

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

#edbeaa Text Font Color

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

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


#edbeaa Background Color

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

This div background color is #edbeaa


#edbeaa Border Color

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

This div border color is #edbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbeaa


Comments

No comments written yet.

Please login to write comment.