Color Hex Logo

#e8cd1d Color Hex

#E8CD1D
(232,205,29)
0 Favorites   0 Comments

Color spaces of #e8cd1d

RGB 23220529
HSL0.140.820.51
HSV52°88°91°
CMYK 0.000.120.88   0.09
XYZ55.331860.907210.0024
Yxy60.90720.43830.4825
Hunter Lab78.0431-10.020547.0312
CIE-Lab82.3288-6.338579.2899

#e8cd1d color RGB value is (232,205,29).

#e8cd1d hex color red value is 232, green value is 205 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #e8cd1d hue: 0.14 , saturation: 0.82 and the lightness value of e8cd1d is 0.51.

The process color (four color CMYK) of #e8cd1d color hex is 0.00, 0.12, 0.88, 0.09. Web safe color of #e8cd1d is #ffcc33. Color #e8cd1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001101 00011101
Octal 350 315 35
Decimal 232 205 29
Hex E8 CD 1D

RGB Percentages of Color #e8cd1d

%49.79
%43.99
%6.22

CMYK Percentages of Color #e8cd1d

%0
%12
%88
%9

Triadic Colors of #e8cd1d

#e8cd1d #1de8cd #cd1de8

Analogous Colors of #e8cd1d

#e8cd1d #9ee81d #e8681d

Monochromatic Colors of #e8cd1d

#e8cd1d

Complementary Color

#e8cd1d #1d38e8

#e8cd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cd1d Color CSS Codes

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

#e8cd1d Text Font Color

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

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


#e8cd1d Background Color

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

This div background color is #e8cd1d


#e8cd1d Border Color

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

This div border color is #e8cd1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,205,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8cd1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8cd1d;
  -webkit-box-shadow: 1px 1px 3px 2px #e8cd1d;
  box-shadow:         1px 1px 3px 2px #e8cd1d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,205,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cd1d


Comments

No comments written yet.

Please login to write comment.