Color Hex Logo

#ebbd7a Color Hex

#EBBD7A
(235,189,122)
0 Favorites   0 Comments

Color spaces of #ebbd7a

RGB 235189122
HSL0.100.740.70
HSV36°48°92°
CMYK 0.000.200.48   0.08
XYZ55.971455.462526.1677
Yxy55.46250.40680.4031
Hunter Lab74.47313.826331.2984
CIE-Lab79.30698.289439.9763

#ebbd7a color RGB value is (235,189,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 01111010
Octal 353 275 172
Decimal 235 189 122
Hex EB BD 7A

RGB Percentages of Color #ebbd7a

%43.04
%34.62
%22.34

CMYK Percentages of Color #ebbd7a

%0
%20
%48
%8

Triadic Colors of #ebbd7a

#ebbd7a #7aebbd #bd7aeb

Analogous Colors of #ebbd7a

#ebbd7a #e1eb7a #eb857a

Monochromatic Colors of #ebbd7a

#ebbd7a

Complementary Color

#ebbd7a #7aa8eb

#ebbd7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbd7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbd7a Color CSS Codes

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

#ebbd7a Text Font Color

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

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


#ebbd7a Background Color

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

This div background color is #ebbd7a


#ebbd7a Border Color

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

This div border color is #ebbd7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbd7a


Comments

No comments written yet.

Please login to write comment.