Color Hex Logo

#ebb475 Color Hex

#EBB475
(235,180,117)
0 Favorites   0 Comments

Color spaces of #ebb475

RGB 235180117
HSL0.090.750.69
HSV32°50°92°
CMYK 0.000.230.50   0.08
XYZ53.793151.589023.9521
Yxy51.58900.41590.3989
Hunter Lab71.82557.991530.5060
CIE-Lab77.034412.575839.6716

#ebb475 color RGB value is (235,180,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 01110101
Octal 353 264 165
Decimal 235 180 117
Hex EB B4 75

RGB Percentages of Color #ebb475

%44.17
%33.83
%21.99

CMYK Percentages of Color #ebb475

%0
%23
%50
%8

Triadic Colors of #ebb475

#ebb475 #75ebb4 #b475eb

Analogous Colors of #ebb475

#ebb475 #e7eb75 #eb7975

Monochromatic Colors of #ebb475

#ebb475

Complementary Color

#ebb475 #75aceb

#ebb475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb475 Color CSS Codes

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

#ebb475 Text Font Color

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

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


#ebb475 Background Color

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

This div background color is #ebb475


#ebb475 Border Color

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

This div border color is #ebb475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb475


Comments

No comments written yet.

Please login to write comment.