Color Hex Logo

#ebbd7d Color Hex

#EBBD7D
(235,189,125)
0 Favorites   0 Comments

Color spaces of #ebbd7d

RGB 235189125
HSL0.100.730.71
HSV35°47°92°
CMYK 0.000.200.47   0.08
XYZ56.160255.538027.1620
Yxy55.53800.40440.4000
Hunter Lab74.52384.098630.5570
CIE-Lab79.35028.573838.4954

#ebbd7d color RGB value is (235,189,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 01111101
Octal 353 275 175
Decimal 235 189 125
Hex EB BD 7D

RGB Percentages of Color #ebbd7d

%42.81
%34.43
%22.77

CMYK Percentages of Color #ebbd7d

%0
%20
%47
%8

Triadic Colors of #ebbd7d

#ebbd7d #7debbd #bd7deb

Analogous Colors of #ebbd7d

#ebbd7d #e2eb7d #eb867d

Monochromatic Colors of #ebbd7d

#ebbd7d

Complementary Color

#ebbd7d #7dabeb

#ebbd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbd7d Color CSS Codes

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

#ebbd7d Text Font Color

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

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


#ebbd7d Background Color

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

This div background color is #ebbd7d


#ebbd7d Border Color

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

This div border color is #ebbd7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbd7d


Comments

No comments written yet.

Please login to write comment.