Color Hex Logo

#eecf86 Color Hex

#EECF86
(238,207,134)
0 Favorites   0 Comments

Color spaces of #eecf86

RGB 238207134
HSL0.120.750.73
HSV42°44°93°
CMYK 0.000.130.44   0.07
XYZ61.875864.524031.7474
Yxy64.52400.39130.4080
Hunter Lab80.3268-3.073332.7957
CIE-Lab84.23791.282340.2028

#eecf86 color RGB value is (238,207,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001111 10000110
Octal 356 317 206
Decimal 238 207 134
Hex EE CF 86

RGB Percentages of Color #eecf86

%41.11
%35.75
%23.14

CMYK Percentages of Color #eecf86

%0
%13
%44
%7

Triadic Colors of #eecf86

#eecf86 #86eecf #cf86ee

Analogous Colors of #eecf86

#eecf86 #d9ee86 #ee9b86

Monochromatic Colors of #eecf86

#eecf86

Complementary Color

#eecf86 #86a5ee

#eecf86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecf86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecf86 Color CSS Codes

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

#eecf86 Text Font Color

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

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


#eecf86 Background Color

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

This div background color is #eecf86


#eecf86 Border Color

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

This div border color is #eecf86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecf86


Comments

No comments written yet.

Please login to write comment.