Color Hex Logo

#eccc94 Color Hex

#ECCC94
(236,204,148)
0 Favorites   0 Comments

Color spaces of #eccc94

RGB 236204148
HSL0.110.700.75
HSV38°37°93°
CMYK 0.000.140.37   0.07
XYZ61.530263.156736.9644
Yxy63.15670.38060.3907
Hunter Lab79.4712-0.871828.0523
CIE-Lab83.52483.547732.0740

#eccc94 color RGB value is (236,204,148).

#eccc94 hex color red value is 236, green value is 204 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #eccc94 hue: 0.11 , saturation: 0.70 and the lightness value of eccc94 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 10010100
Octal 354 314 224
Decimal 236 204 148
Hex EC CC 94

RGB Percentages of Color #eccc94

%40.14
%34.69
%25.17

CMYK Percentages of Color #eccc94

%0
%14
%37
%7

Triadic Colors of #eccc94

#eccc94 #94eccc #cc94ec

Analogous Colors of #eccc94

#eccc94 #e0ec94 #eca094

Monochromatic Colors of #eccc94

#eccc94

Complementary Color

#eccc94 #94b4ec

#eccc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccc94 Color CSS Codes

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

#eccc94 Text Font Color

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

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


#eccc94 Background Color

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

This div background color is #eccc94


#eccc94 Border Color

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

This div border color is #eccc94


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,204,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eccc94; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eccc94;
  -webkit-box-shadow: 1px 1px 3px 2px #eccc94;
  box-shadow:         1px 1px 3px 2px #eccc94; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,204,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccc94


Comments

No comments written yet.

Please login to write comment.