Color Hex Logo

#e1d027 Color Hex

#E1D027
(225,208,39)
0 Favorites   0 Comments

Color spaces of #e1d027

RGB 22520839
HSL0.150.760.52
HSV55°83°88°
CMYK 0.000.080.83   0.12
XYZ53.973461.265810.9002
Yxy61.26580.42790.4857
Hunter Lab78.2725-13.890746.5340
CIE-Lab82.5214-10.613576.9989

#e1d027 color RGB value is (225,208,39).

#e1d027 hex color red value is 225, green value is 208 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #e1d027 hue: 0.15 , saturation: 0.76 and the lightness value of e1d027 is 0.52.

The process color (four color CMYK) of #e1d027 color hex is 0.00, 0.08, 0.83, 0.12. Web safe color of #e1d027 is #cccc33. Color #e1d027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11010000 00100111
Octal 341 320 47
Decimal 225 208 39
Hex E1 D0 27

RGB Percentages of Color #e1d027

%47.67
%44.07
%8.26

CMYK Percentages of Color #e1d027

%0
%8
%83
%12

Triadic Colors of #e1d027

#e1d027 #27e1d0 #d027e1

Analogous Colors of #e1d027

#e1d027 #95e127 #e17327

Monochromatic Colors of #e1d027

#e1d027

Complementary Color

#e1d027 #2738e1

#e1d027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1d027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1d027 Color CSS Codes

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

#e1d027 Text Font Color

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

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


#e1d027 Background Color

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

This div background color is #e1d027


#e1d027 Border Color

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

This div border color is #e1d027


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,208,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1d027; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1d027;
  -webkit-box-shadow: 1px 1px 3px 2px #e1d027;
  box-shadow:         1px 1px 3px 2px #e1d027; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,208,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1d027


Comments

No comments written yet.

Please login to write comment.