Color Hex Logo

#eed699 Color Hex

#EED699
(238,214,153)
0 Favorites   0 Comments

Color spaces of #eed699

RGB 238214153
HSL0.120.710.77
HSV43°36°93°
CMYK 0.000.100.36   0.07
XYZ65.056268.570239.9435
Yxy68.57020.37480.3951
Hunter Lab82.8071-4.676629.3654
CIE-Lab86.2908-0.265633.1912

#eed699 color RGB value is (238,214,153).

#eed699 hex color red value is 238, green value is 214 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #eed699 hue: 0.12 , saturation: 0.71 and the lightness value of eed699 is 0.77.

The process color (four color CMYK) of #eed699 color hex is 0.00, 0.10, 0.36, 0.07. Web safe color of #eed699 is #ffcc99. Color #eed699 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 10011001
Octal 356 326 231
Decimal 238 214 153
Hex EE D6 99

RGB Percentages of Color #eed699

%39.34
%35.37
%25.29

CMYK Percentages of Color #eed699

%0
%10
%36
%7

Triadic Colors of #eed699

#eed699 #99eed6 #d699ee

Analogous Colors of #eed699

#eed699 #dcee99 #eeac99

Monochromatic Colors of #eed699

#eed699

Complementary Color

#eed699 #99b1ee

#eed699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed699 Color CSS Codes

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

#eed699 Text Font Color

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

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


#eed699 Background Color

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

This div background color is #eed699


#eed699 Border Color

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

This div border color is #eed699


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,214,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eed699; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eed699;
  -webkit-box-shadow: 1px 1px 3px 2px #eed699;
  box-shadow:         1px 1px 3px 2px #eed699; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,214,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed699


Comments

No comments written yet.

Please login to write comment.