Color Hex Logo

#eacb52 Color Hex

#EACB52
(234,203,82)
0 Favorites   0 Comments

Color spaces of #eacb52

RGB 23420382
HSL0.130.780.62
HSV48°65°92°
CMYK 0.000.130.65   0.08
XYZ56.810660.813516.7266
Yxy60.81350.42290.4526
Hunter Lab77.9830-6.433141.8710
CIE-Lab82.2784-2.434462.3316

#eacb52 color RGB value is (234,203,82).

#eacb52 hex color red value is 234, green value is 203 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #eacb52 hue: 0.13 , saturation: 0.78 and the lightness value of eacb52 is 0.62.

The process color (four color CMYK) of #eacb52 color hex is 0.00, 0.13, 0.65, 0.08. Web safe color of #eacb52 is #ffcc66. Color #eacb52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 01010010
Octal 352 313 122
Decimal 234 203 82
Hex EA CB 52

RGB Percentages of Color #eacb52

%45.09
%39.11
%15.80

CMYK Percentages of Color #eacb52

%0
%13
%65
%8

Triadic Colors of #eacb52

#eacb52 #52eacb #cb52ea

Analogous Colors of #eacb52

#eacb52 #bdea52 #ea7f52

Monochromatic Colors of #eacb52

#eacb52

Complementary Color

#eacb52 #5271ea

#eacb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb52 Color CSS Codes

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

#eacb52 Text Font Color

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

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


#eacb52 Background Color

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

This div background color is #eacb52


#eacb52 Border Color

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

This div border color is #eacb52


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,203,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb52


Comments

No comments written yet.

Please login to write comment.