Color Hex Logo

#eabd92 Color Hex

#EABD92
(234,189,146)
0 Favorites   0 Comments

Color spaces of #eabd92

RGB 234189146
HSL0.080.680.75
HSV29°38°92°
CMYK 0.000.190.38   0.08
XYZ57.317655.962934.9751
Yxy55.96290.38660.3775
Hunter Lab74.80845.850724.6460
CIE-Lab79.592710.391027.8437

#eabd92 color RGB value is (234,189,146).

#eabd92 hex color red value is 234, green value is 189 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #eabd92 hue: 0.08 , saturation: 0.68 and the lightness value of eabd92 is 0.75.

The process color (four color CMYK) of #eabd92 color hex is 0.00, 0.19, 0.38, 0.08. Web safe color of #eabd92 is #ffcc99. Color #eabd92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 10010010
Octal 352 275 222
Decimal 234 189 146
Hex EA BD 92

RGB Percentages of Color #eabd92

%41.12
%33.22
%25.66

CMYK Percentages of Color #eabd92

%0
%19
%38
%8

Triadic Colors of #eabd92

#eabd92 #92eabd #bd92ea

Analogous Colors of #eabd92

#eabd92 #eae992 #ea9293

Monochromatic Colors of #eabd92

#eabd92

Complementary Color

#eabd92 #92bfea

#eabd92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabd92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabd92 Color CSS Codes

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

#eabd92 Text Font Color

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

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


#eabd92 Background Color

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

This div background color is #eabd92


#eabd92 Border Color

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

This div border color is #eabd92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabd92


Comments

No comments written yet.

Please login to write comment.