Color Hex Logo

#ebbf76 Color Hex

#EBBF76
(235,191,118)
0 Favorites   0 Comments

Color spaces of #ebbf76

RGB 235191118
HSL0.100.750.69
HSV37°50°92°
CMYK 0.000.190.50   0.08
XYZ56.161856.231825.0333
Yxy56.23180.40870.4092
Hunter Lab74.98792.457932.6986
CIE-Lab79.74566.873442.5560

#ebbf76 color RGB value is (235,191,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 01110110
Octal 353 277 166
Decimal 235 191 118
Hex EB BF 76

RGB Percentages of Color #ebbf76

%43.20
%35.11
%21.69

CMYK Percentages of Color #ebbf76

%0
%19
%50
%8

Triadic Colors of #ebbf76

#ebbf76 #76ebbf #bf76eb

Analogous Colors of #ebbf76

#ebbf76 #ddeb76 #eb8576

Monochromatic Colors of #ebbf76

#ebbf76

Complementary Color

#ebbf76 #76a2eb

#ebbf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbf76 Color CSS Codes

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

#ebbf76 Text Font Color

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

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


#ebbf76 Background Color

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

This div background color is #ebbf76


#ebbf76 Border Color

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

This div border color is #ebbf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbf76


Comments

No comments written yet.

Please login to write comment.