Color Hex Logo

#eecf80 Color Hex

#EECF80
(238,207,128)
0 Favorites   0 Comments

Color spaces of #eecf80

RGB 238207128
HSL0.120.760.72
HSV43°46°93°
CMYK 0.000.130.46   0.07
XYZ61.469064.361329.6053
Yxy64.36130.39550.4141
Hunter Lab80.2255-3.627434.2783
CIE-Lab84.15350.694043.1099

#eecf80 color RGB value is (238,207,128).

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

The process color (four color CMYK) of #eecf80 color hex is 0.00, 0.13, 0.46, 0.07. Web safe color of #eecf80 is #ffcc99. Color #eecf80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001111 10000000
Octal 356 317 200
Decimal 238 207 128
Hex EE CF 80

RGB Percentages of Color #eecf80

%41.54
%36.13
%22.34

CMYK Percentages of Color #eecf80

%0
%13
%46
%7

Triadic Colors of #eecf80

#eecf80 #80eecf #cf80ee

Analogous Colors of #eecf80

#eecf80 #d6ee80 #ee9880

Monochromatic Colors of #eecf80

#eecf80

Complementary Color

#eecf80 #809fee

#eecf80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecf80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecf80 Color CSS Codes

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

#eecf80 Text Font Color

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

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


#eecf80 Background Color

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

This div background color is #eecf80


#eecf80 Border Color

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

This div border color is #eecf80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecf80


Comments

No comments written yet.

Please login to write comment.