Color Hex Logo

#eed276 Color Hex

#EED276
(238,210,118)
0 Favorites   0 Comments

Color spaces of #eed276

RGB 238210118
HSL0.130.780.70
HSV46°50°93°
CMYK 0.000.120.50   0.07
XYZ61.576565.578326.5520
Yxy65.57830.40060.4266
Hunter Lab80.9804-5.986637.2462
CIE-Lab84.7809-1.758148.8083

#eed276 color RGB value is (238,210,118).

#eed276 hex color red value is 238, green value is 210 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #eed276 hue: 0.13 , saturation: 0.78 and the lightness value of eed276 is 0.70.

The process color (four color CMYK) of #eed276 color hex is 0.00, 0.12, 0.50, 0.07. Web safe color of #eed276 is #ffcc66. Color #eed276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 01110110
Octal 356 322 166
Decimal 238 210 118
Hex EE D2 76

RGB Percentages of Color #eed276

%42.05
%37.10
%20.85

CMYK Percentages of Color #eed276

%0
%12
%50
%7

Triadic Colors of #eed276

#eed276 #76eed2 #d276ee

Analogous Colors of #eed276

#eed276 #ceee76 #ee9676

Monochromatic Colors of #eed276

#eed276

Complementary Color

#eed276 #7692ee

#eed276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed276 Color CSS Codes

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

#eed276 Text Font Color

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

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


#eed276 Background Color

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

This div background color is #eed276


#eed276 Border Color

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

This div border color is #eed276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed276


Comments

No comments written yet.

Please login to write comment.