Color Hex Logo

#eed691 Color Hex

#EED691
(238,214,145)
0 Favorites   0 Comments

Color spaces of #eed691

RGB 238214145
HSL0.120.730.75
HSV45°39°93°
CMYK 0.000.100.39   0.07
XYZ64.417368.314636.5789
Yxy68.31460.38050.4035
Hunter Lab82.6526-5.523931.6174
CIE-Lab86.1635-1.164337.1103

#eed691 color RGB value is (238,214,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 10010001
Octal 356 326 221
Decimal 238 214 145
Hex EE D6 91

RGB Percentages of Color #eed691

%39.87
%35.85
%24.29

CMYK Percentages of Color #eed691

%0
%10
%39
%7

Triadic Colors of #eed691

#eed691 #91eed6 #d691ee

Analogous Colors of #eed691

#eed691 #d8ee91 #eea891

Monochromatic Colors of #eed691

#eed691

Complementary Color

#eed691 #91a9ee

#eed691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed691 Color CSS Codes

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

#eed691 Text Font Color

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

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


#eed691 Background Color

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

This div background color is #eed691


#eed691 Border Color

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

This div border color is #eed691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed691


Comments

No comments written yet.

Please login to write comment.