Color Hex Logo

#e1d023 Color Hex

#E1D023
(225,208,35)
0 Favorites   0 Comments

Color spaces of #e1d023

RGB 22520835
HSL0.150.760.51
HSV55°84°88°
CMYK 0.000.080.84   0.12
XYZ53.910661.240710.5693
Yxy61.24070.42880.4871
Hunter Lab78.2564-13.980746.7718
CIE-Lab82.5080-10.716277.9251

#e1d023 color RGB value is (225,208,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11010000 00100011
Octal 341 320 43
Decimal 225 208 35
Hex E1 D0 23

RGB Percentages of Color #e1d023

%48.08
%44.44
%7.48

CMYK Percentages of Color #e1d023

%0
%8
%84
%12

Triadic Colors of #e1d023

#e1d023 #23e1d0 #d023e1

Analogous Colors of #e1d023

#e1d023 #93e123 #e17123

Monochromatic Colors of #e1d023

#e1d023

Complementary Color

#e1d023 #2334e1

#e1d023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1d023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1d023 Color CSS Codes

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

#e1d023 Text Font Color

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

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


#e1d023 Background Color

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

This div background color is #e1d023


#e1d023 Border Color

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

This div border color is #e1d023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1d023


Comments

No comments written yet.

Please login to write comment.