Color Hex Logo

#ebb974 Color Hex

#EBB974
(235,185,116)
0 Favorites   0 Comments

Color spaces of #ebb974

RGB 235185116
HSL0.100.750.69
HSV35°51°92°
CMYK 0.000.210.51   0.08
XYZ54.762353.621023.9866
Yxy53.62100.41370.4051
Hunter Lab73.22645.345031.8370
CIE-Lab78.24029.847541.6926

#ebb974 color RGB value is (235,185,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 01110100
Octal 353 271 164
Decimal 235 185 116
Hex EB B9 74

RGB Percentages of Color #ebb974

%43.84
%34.51
%21.64

CMYK Percentages of Color #ebb974

%0
%21
%51
%8

Triadic Colors of #ebb974

#ebb974 #74ebb9 #b974eb

Analogous Colors of #ebb974

#ebb974 #e2eb74 #eb7e74

Monochromatic Colors of #ebb974

#ebb974

Complementary Color

#ebb974 #74a6eb

#ebb974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb974 Color CSS Codes

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

#ebb974 Text Font Color

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

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


#ebb974 Background Color

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

This div background color is #ebb974


#ebb974 Border Color

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

This div border color is #ebb974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb974


Comments

No comments written yet.

Please login to write comment.