Color Hex Logo

#ebbd5d Color Hex

#EBBD5D
(235,189,93)
0 Favorites   0 Comments

Color spaces of #ebbd5d

RGB 23518993
HSL0.110.780.64
HSV41°60°92°
CMYK 0.000.200.60   0.08
XYZ54.434354.847718.0736
Yxy54.84770.42740.4307
Hunter Lab74.05921.595737.3722
CIE-Lab78.95355.940953.7976

#ebbd5d color RGB value is (235,189,93).

#ebbd5d hex color red value is 235, green value is 189 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ebbd5d hue: 0.11 , saturation: 0.78 and the lightness value of ebbd5d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 01011101
Octal 353 275 135
Decimal 235 189 93
Hex EB BD 5D

RGB Percentages of Color #ebbd5d

%45.45
%36.56
%17.99

CMYK Percentages of Color #ebbd5d

%0
%20
%60
%8

Triadic Colors of #ebbd5d

#ebbd5d #5debbd #bd5deb

Analogous Colors of #ebbd5d

#ebbd5d #d2eb5d #eb765d

Monochromatic Colors of #ebbd5d

#ebbd5d

Complementary Color

#ebbd5d #5d8beb

#ebbd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbd5d Color CSS Codes

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

#ebbd5d Text Font Color

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

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


#ebbd5d Background Color

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

This div background color is #ebbd5d


#ebbd5d Border Color

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

This div border color is #ebbd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbd5d


Comments

No comments written yet.

Please login to write comment.