Color Hex Logo

#ebc474 Color Hex

#EBC474
(235,196,116)
0 Favorites   0 Comments

Color spaces of #ebc474

RGB 235196116
HSL0.110.750.69
HSV40°51°92°
CMYK 0.000.170.51   0.08
XYZ57.153358.403024.7836
Yxy58.40300.40720.4162
Hunter Lab76.4219-0.244234.2676
CIE-Lab80.96234.083445.0626

#ebc474 color RGB value is (235,196,116).

#ebc474 hex color red value is 235, green value is 196 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ebc474 hue: 0.11 , saturation: 0.75 and the lightness value of ebc474 is 0.69.

The process color (four color CMYK) of #ebc474 color hex is 0.00, 0.17, 0.51, 0.08. Web safe color of #ebc474 is #ffcc66. Color #ebc474 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 01110100
Octal 353 304 164
Decimal 235 196 116
Hex EB C4 74

RGB Percentages of Color #ebc474

%42.96
%35.83
%21.21

CMYK Percentages of Color #ebc474

%0
%17
%51
%8

Triadic Colors of #ebc474

#ebc474 #74ebc4 #c474eb

Analogous Colors of #ebc474

#ebc474 #d7eb74 #eb8974

Monochromatic Colors of #ebc474

#ebc474

Complementary Color

#ebc474 #749beb

#ebc474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc474 Color CSS Codes

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

#ebc474 Text Font Color

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

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


#ebc474 Background Color

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

This div background color is #ebc474


#ebc474 Border Color

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

This div border color is #ebc474


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,196,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebc474; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebc474;
  -webkit-box-shadow: 1px 1px 3px 2px #ebc474;
  box-shadow:         1px 1px 3px 2px #ebc474; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,196,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc474


Comments

No comments written yet.

Please login to write comment.