Color Hex Logo

#e6cd81 Color Hex

#E6CD81
(230,205,129)
0 Favorites   0 Comments

Color spaces of #e6cd81

RGB 230205129
HSL0.130.670.70
HSV45°44°90°
CMYK 0.000.110.44   0.10
XYZ58.426962.070629.6703
Yxy62.07060.38910.4133
Hunter Lab78.7849-5.497932.8209
CIE-Lab82.9510-1.376540.9417

#e6cd81 color RGB value is (230,205,129).

#e6cd81 hex color red value is 230, green value is 205 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #e6cd81 hue: 0.13 , saturation: 0.67 and the lightness value of e6cd81 is 0.70.

The process color (four color CMYK) of #e6cd81 color hex is 0.00, 0.11, 0.44, 0.10. Web safe color of #e6cd81 is #ffcc99. Color #e6cd81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001101 10000001
Octal 346 315 201
Decimal 230 205 129
Hex E6 CD 81

RGB Percentages of Color #e6cd81

%40.78
%36.35
%22.87

CMYK Percentages of Color #e6cd81

%0
%11
%44
%10

Triadic Colors of #e6cd81

#e6cd81 #81e6cd #cd81e6

Analogous Colors of #e6cd81

#e6cd81 #cde681 #e69b81

Monochromatic Colors of #e6cd81

#e6cd81

Complementary Color

#e6cd81 #819ae6

#e6cd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cd81 Color CSS Codes

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

#e6cd81 Text Font Color

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

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


#e6cd81 Background Color

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

This div background color is #e6cd81


#e6cd81 Border Color

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

This div border color is #e6cd81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cd81


Comments

No comments written yet.

Please login to write comment.