Color Hex Logo

#e8cd3f Color Hex

#E8CD3F
(232,205,63)
0 Favorites   0 Comments

Color spaces of #e8cd3f

RGB 23220563
HSL0.140.790.58
HSV50°73°91°
CMYK 0.000.120.73   0.09
XYZ56.007261.177313.5591
Yxy61.17730.42840.4679
Hunter Lab78.2159-9.061444.4729
CIE-Lab82.4740-5.272369.9084

#e8cd3f color RGB value is (232,205,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001101 00111111
Octal 350 315 77
Decimal 232 205 63
Hex E8 CD 3F

RGB Percentages of Color #e8cd3f

%46.40
%41.00
%12.60

CMYK Percentages of Color #e8cd3f

%0
%12
%73
%9

Triadic Colors of #e8cd3f

#e8cd3f #3fe8cd #cd3fe8

Analogous Colors of #e8cd3f

#e8cd3f #afe83f #e8793f

Monochromatic Colors of #e8cd3f

#e8cd3f

Complementary Color

#e8cd3f #3f5ae8

#e8cd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cd3f Color CSS Codes

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

#e8cd3f Text Font Color

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

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


#e8cd3f Background Color

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

This div background color is #e8cd3f


#e8cd3f Border Color

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

This div border color is #e8cd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cd3f


Comments

No comments written yet.

Please login to write comment.