Color Hex Logo

#ebd481 Color Hex

#EBD481
(235,212,129)
0 Favorites   0 Comments

Color spaces of #ebd481

RGB 235212129
HSL0.130.730.71
HSV47°45°92°
CMYK 0.000.100.45   0.08
XYZ61.766966.334130.3172
Yxy66.33410.38990.4187
Hunter Lab81.4457-7.159134.9420
CIE-Lab85.1665-2.975143.8261

#ebd481 color RGB value is (235,212,129).

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

The process color (four color CMYK) of #ebd481 color hex is 0.00, 0.10, 0.45, 0.08. Web safe color of #ebd481 is #ffcc99. Color #ebd481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 10000001
Octal 353 324 201
Decimal 235 212 129
Hex EB D4 81

RGB Percentages of Color #ebd481

%40.80
%36.81
%22.40

CMYK Percentages of Color #ebd481

%0
%10
%45
%8

Triadic Colors of #ebd481

#ebd481 #81ebd4 #d481eb

Analogous Colors of #ebd481

#ebd481 #cdeb81 #eb9f81

Monochromatic Colors of #ebd481

#ebd481

Complementary Color

#ebd481 #8198eb

#ebd481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd481 Color CSS Codes

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

#ebd481 Text Font Color

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

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


#ebd481 Background Color

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

This div background color is #ebd481


#ebd481 Border Color

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

This div border color is #ebd481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd481


Comments

No comments written yet.

Please login to write comment.