Color Hex Logo

#ebd472 Color Hex

#EBD472
(235,212,114)
0 Favorites   0 Comments

Color spaces of #ebd472

RGB 235212114
HSL0.130.750.68
HSV49°51°92°
CMYK 0.000.100.51   0.08
XYZ60.841765.964025.4452
Yxy65.96400.39960.4333
Hunter Lab81.2182-8.415138.2775
CIE-Lab84.9781-4.335850.9092

#ebd472 color RGB value is (235,212,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 01110010
Octal 353 324 162
Decimal 235 212 114
Hex EB D4 72

RGB Percentages of Color #ebd472

%41.89
%37.79
%20.32

CMYK Percentages of Color #ebd472

%0
%10
%51
%8

Triadic Colors of #ebd472

#ebd472 #72ebd4 #d472eb

Analogous Colors of #ebd472

#ebd472 #c6eb72 #eb9872

Monochromatic Colors of #ebd472

#ebd472

Complementary Color

#ebd472 #7289eb

#ebd472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd472 Color CSS Codes

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

#ebd472 Text Font Color

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

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


#ebd472 Background Color

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

This div background color is #ebd472


#ebd472 Border Color

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

This div border color is #ebd472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd472


Comments

No comments written yet.

Please login to write comment.