Color Hex Logo

#edae83 Color Hex

#EDAE83
(237,174,131)
0 Favorites   0 Comments

Color spaces of #edae83

RGB 237174131
HSL0.070.750.72
HSV24°45°93°
CMYK 0.000.270.45   0.07
XYZ54.157849.915328.2529
Yxy49.91530.40930.3772
Hunter Lab70.650813.191525.7457
CIE-Lab76.017217.892731.0856

#edae83 color RGB value is (237,174,131).

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

The process color (four color CMYK) of #edae83 color hex is 0.00, 0.27, 0.45, 0.07. Web safe color of #edae83 is #ff9999. Color #edae83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 10000011
Octal 355 256 203
Decimal 237 174 131
Hex ED AE 83

RGB Percentages of Color #edae83

%43.73
%32.10
%24.17

CMYK Percentages of Color #edae83

%0
%27
%45
%7

Triadic Colors of #edae83

#edae83 #83edae #ae83ed

Analogous Colors of #edae83

#edae83 #ede383 #ed838d

Monochromatic Colors of #edae83

#edae83

Complementary Color

#edae83 #83c2ed

#edae83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edae83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edae83 Color CSS Codes

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

#edae83 Text Font Color

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

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


#edae83 Background Color

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

This div background color is #edae83


#edae83 Border Color

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

This div border color is #edae83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edae83


Comments

No comments written yet.

Please login to write comment.