Color Hex Logo

#ebd975 Color Hex

#EBD975
(235,217,117)
0 Favorites   0 Comments

Color spaces of #ebd975

RGB 235217117
HSL0.140.750.69
HSV51°50°92°
CMYK 0.000.080.50   0.08
XYZ62.284768.572226.7826
Yxy68.57220.39510.4350
Hunter Lab82.8083-10.654938.7897
CIE-Lab86.2918-6.618351.0527

#ebd975 color RGB value is (235,217,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 01110101
Octal 353 331 165
Decimal 235 217 117
Hex EB D9 75

RGB Percentages of Color #ebd975

%41.30
%38.14
%20.56

CMYK Percentages of Color #ebd975

%0
%8
%50
%8

Triadic Colors of #ebd975

#ebd975 #75ebd9 #d975eb

Analogous Colors of #ebd975

#ebd975 #c2eb75 #eb9e75

Monochromatic Colors of #ebd975

#ebd975

Complementary Color

#ebd975 #7587eb

#ebd975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd975 Color CSS Codes

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

#ebd975 Text Font Color

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

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


#ebd975 Background Color

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

This div background color is #ebd975


#ebd975 Border Color

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

This div border color is #ebd975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd975


Comments

No comments written yet.

Please login to write comment.