Color Hex Logo

#ebb474 Color Hex

#EBB474
(235,180,116)
0 Favorites   0 Comments

Color spaces of #ebb474

RGB 235180116
HSL0.090.750.69
HSV32°51°92°
CMYK 0.000.230.51   0.08
XYZ53.734651.565623.6440
Yxy51.56560.41670.3999
Hunter Lab71.80927.904930.7445
CIE-Lab77.020412.486440.1672

#ebb474 color RGB value is (235,180,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 01110100
Octal 353 264 164
Decimal 235 180 116
Hex EB B4 74

RGB Percentages of Color #ebb474

%44.26
%33.90
%21.85

CMYK Percentages of Color #ebb474

%0
%23
%51
%8

Triadic Colors of #ebb474

#ebb474 #74ebb4 #b474eb

Analogous Colors of #ebb474

#ebb474 #e7eb74 #eb7974

Monochromatic Colors of #ebb474

#ebb474

Complementary Color

#ebb474 #74abeb

#ebb474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb474 Color CSS Codes

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

#ebb474 Text Font Color

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

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


#ebb474 Background Color

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

This div background color is #ebb474


#ebb474 Border Color

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

This div border color is #ebb474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb474


Comments

No comments written yet.

Please login to write comment.