Color Hex Logo

#ebbd77 Color Hex

#EBBD77
(235,189,119)
0 Favorites   0 Comments

Color spaces of #ebbd77

RGB 235189119
HSL0.100.740.69
HSV36°49°92°
CMYK 0.000.200.49   0.08
XYZ55.788355.389325.2036
Yxy55.38930.40910.4061
Hunter Lab74.42403.561832.0183
CIE-Lab79.26508.012741.4502

#ebbd77 color RGB value is (235,189,119).

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

The process color (four color CMYK) of #ebbd77 color hex is 0.00, 0.20, 0.49, 0.08. Web safe color of #ebbd77 is #ffcc66. Color #ebbd77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 01110111
Octal 353 275 167
Decimal 235 189 119
Hex EB BD 77

RGB Percentages of Color #ebbd77

%43.28
%34.81
%21.92

CMYK Percentages of Color #ebbd77

%0
%20
%49
%8

Triadic Colors of #ebbd77

#ebbd77 #77ebbd #bd77eb

Analogous Colors of #ebbd77

#ebbd77 #dfeb77 #eb8377

Monochromatic Colors of #ebbd77

#ebbd77

Complementary Color

#ebbd77 #77a5eb

#ebbd77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbd77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbd77 Color CSS Codes

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

#ebbd77 Text Font Color

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

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


#ebbd77 Background Color

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

This div background color is #ebbd77


#ebbd77 Border Color

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

This div border color is #ebbd77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbd77


Comments

No comments written yet.

Please login to write comment.