Color Hex Logo

#edb492 Color Hex

#EDB492
(237,180,146)
0 Favorites   0 Comments

Color spaces of #edb492

RGB 237180146
HSL0.060.720.75
HSV22°38°93°
CMYK 0.000.240.38   0.07
XYZ56.434652.722434.3961
Yxy52.72240.39310.3673
Hunter Lab72.610211.667222.7409
CIE-Lab77.710816.322125.3591

#edb492 color RGB value is (237,180,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110100 10010010
Octal 355 264 222
Decimal 237 180 146
Hex ED B4 92

RGB Percentages of Color #edb492

%42.10
%31.97
%25.93

CMYK Percentages of Color #edb492

%0
%24
%38
%7

Triadic Colors of #edb492

#edb492 #92edb4 #b492ed

Analogous Colors of #edb492

#edb492 #ede292 #ed929e

Monochromatic Colors of #edb492

#edb492

Complementary Color

#edb492 #92cbed

#edb492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb492 Color CSS Codes

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

#edb492 Text Font Color

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

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


#edb492 Background Color

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

This div background color is #edb492


#edb492 Border Color

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

This div border color is #edb492


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,180,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 #edb492">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb492


Comments

No comments written yet.

Please login to write comment.