Color Hex Logo

#e6de6c Color Hex

#E6DE6C
(230,222,108)
0 Favorites   0 Comments

Color spaces of #e6de6c

RGB 230222108
HSL0.160.710.66
HSV56°53°90°
CMYK 0.000.030.53   0.10
XYZ61.461270.148324.4880
Yxy70.14830.39370.4494
Hunter Lab83.7546-15.582841.2931
CIE-Lab87.0695-11.893356.0797

#e6de6c color RGB value is (230,222,108).

#e6de6c hex color red value is 230, green value is 222 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #e6de6c hue: 0.16 , saturation: 0.71 and the lightness value of e6de6c is 0.66.

The process color (four color CMYK) of #e6de6c color hex is 0.00, 0.03, 0.53, 0.10. Web safe color of #e6de6c is #ffcc66. Color #e6de6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011110 01101100
Octal 346 336 154
Decimal 230 222 108
Hex E6 DE 6C

RGB Percentages of Color #e6de6c

%41.07
%39.64
%19.29

CMYK Percentages of Color #e6de6c

%0
%3
%53
%10

Triadic Colors of #e6de6c

#e6de6c #6ce6de #de6ce6

Analogous Colors of #e6de6c

#e6de6c #b1e66c #e6a16c

Monochromatic Colors of #e6de6c

#e6de6c

Complementary Color

#e6de6c #6c74e6

#e6de6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6de6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6de6c Color CSS Codes

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

#e6de6c Text Font Color

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

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


#e6de6c Background Color

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

This div background color is #e6de6c


#e6de6c Border Color

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

This div border color is #e6de6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6de6c


Comments

No comments written yet.

Please login to write comment.