Color Hex Logo

#ebd945 Color Hex

#EBD945
(235,217,69)
0 Favorites   0 Comments

Color spaces of #ebd945

RGB 23521769
HSL0.150.810.60
HSV53°71°92°
CMYK 0.000.080.71   0.08
XYZ60.148067.717515.5309
Yxy67.71750.41950.4722
Hunter Lab82.2906-13.539146.4135
CIE-Lab85.8650-9.802971.1311

#ebd945 color RGB value is (235,217,69).

#ebd945 hex color red value is 235, green value is 217 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ebd945 hue: 0.15 , saturation: 0.81 and the lightness value of ebd945 is 0.60.

The process color (four color CMYK) of #ebd945 color hex is 0.00, 0.08, 0.71, 0.08. Web safe color of #ebd945 is #ffcc33. Color #ebd945 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 01000101
Octal 353 331 105
Decimal 235 217 69
Hex EB D9 45

RGB Percentages of Color #ebd945

%45.11
%41.65
%13.24

CMYK Percentages of Color #ebd945

%0
%8
%71
%8

Triadic Colors of #ebd945

#ebd945 #45ebd9 #d945eb

Analogous Colors of #ebd945

#ebd945 #aaeb45 #eb8645

Monochromatic Colors of #ebd945

#ebd945

Complementary Color

#ebd945 #4557eb

#ebd945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd945 Color CSS Codes

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

#ebd945 Text Font Color

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

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


#ebd945 Background Color

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

This div background color is #ebd945


#ebd945 Border Color

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

This div border color is #ebd945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd945


Comments

No comments written yet.

Please login to write comment.