Color Hex Logo

#eed697 Color Hex

#EED697
(238,214,151)
0 Favorites   0 Comments

Color spaces of #eed697

RGB 238214151
HSL0.120.720.76
HSV43°37°93°
CMYK 0.000.100.37   0.07
XYZ64.892468.504639.0807
Yxy68.50460.37620.3972
Hunter Lab82.7675-4.893429.9420
CIE-Lab86.2581-0.495134.1733

#eed697 color RGB value is (238,214,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 10010111
Octal 356 326 227
Decimal 238 214 151
Hex EE D6 97

RGB Percentages of Color #eed697

%39.47
%35.49
%25.04

CMYK Percentages of Color #eed697

%0
%10
%37
%7

Triadic Colors of #eed697

#eed697 #97eed6 #d697ee

Analogous Colors of #eed697

#eed697 #dbee97 #eeab97

Monochromatic Colors of #eed697

#eed697

Complementary Color

#eed697 #97afee

#eed697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed697 Color CSS Codes

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

#eed697 Text Font Color

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

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


#eed697 Background Color

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

This div background color is #eed697


#eed697 Border Color

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

This div border color is #eed697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed697


Comments

No comments written yet.

Please login to write comment.