Color Hex Logo

#ebd770 Color Hex

#EBD770
(235,215,112)
0 Favorites   0 Comments

Color spaces of #ebd770

RGB 235215112
HSL0.140.750.68
HSV50°52°92°
CMYK 0.000.090.52   0.08
XYZ61.486067.432925.1044
Yxy67.43290.39920.4378
Hunter Lab82.1175-10.052739.3566
CIE-Lab85.7221-6.027152.7445

#ebd770 color RGB value is (235,215,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 01110000
Octal 353 327 160
Decimal 235 215 112
Hex EB D7 70

RGB Percentages of Color #ebd770

%41.81
%38.26
%19.93

CMYK Percentages of Color #ebd770

%0
%9
%52
%8

Triadic Colors of #ebd770

#ebd770 #70ebd7 #d770eb

Analogous Colors of #ebd770

#ebd770 #c2eb70 #eb9a70

Monochromatic Colors of #ebd770

#ebd770

Complementary Color

#ebd770 #7084eb

#ebd770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd770 Color CSS Codes

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

#ebd770 Text Font Color

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

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


#ebd770 Background Color

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

This div background color is #ebd770


#ebd770 Border Color

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

This div border color is #ebd770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd770


Comments

No comments written yet.

Please login to write comment.