Color Hex Logo

#edd892 Color Hex

#EDD892
(237,216,146)
0 Favorites   0 Comments

Color spaces of #edd892

RGB 237216146
HSL0.130.720.75
HSV46°38°93°
CMYK 0.000.090.38   0.07
XYZ64.669269.191637.1410
Yxy69.19160.37820.4046
Hunter Lab83.1815-6.793331.7537
CIE-Lab86.5988-2.469037.1523

#edd892 color RGB value is (237,216,146).

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

The process color (four color CMYK) of #edd892 color hex is 0.00, 0.09, 0.38, 0.07. Web safe color of #edd892 is #ffcc99. Color #edd892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 10010010
Octal 355 330 222
Decimal 237 216 146
Hex ED D8 92

RGB Percentages of Color #edd892

%39.57
%36.06
%24.37

CMYK Percentages of Color #edd892

%0
%9
%38
%7

Triadic Colors of #edd892

#edd892 #92edd8 #d892ed

Analogous Colors of #edd892

#edd892 #d5ed92 #edab92

Monochromatic Colors of #edd892

#edd892

Complementary Color

#edd892 #92a7ed

#edd892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd892 Color CSS Codes

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

#edd892 Text Font Color

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

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


#edd892 Background Color

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

This div background color is #edd892


#edd892 Border Color

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

This div border color is #edd892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd892


Comments

No comments written yet.

Please login to write comment.