Color Hex Logo

#ecce72 Color Hex

#ECCE72
(236,206,114)
0 Favorites   0 Comments

Color spaces of #ecce72

RGB 236206114
HSL0.130.760.69
HSV45°52°93°
CMYK 0.000.130.52   0.07
XYZ59.700663.190424.9700
Yxy63.19040.40380.4274
Hunter Lab79.4924-5.054137.0206
CIE-Lab83.5425-0.858949.2057

#ecce72 color RGB value is (236,206,114).

#ecce72 hex color red value is 236, green value is 206 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ecce72 hue: 0.13 , saturation: 0.76 and the lightness value of ecce72 is 0.69.

The process color (four color CMYK) of #ecce72 color hex is 0.00, 0.13, 0.52, 0.07. Web safe color of #ecce72 is #ffcc66. Color #ecce72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001110 01110010
Octal 354 316 162
Decimal 236 206 114
Hex EC CE 72

RGB Percentages of Color #ecce72

%42.45
%37.05
%20.50

CMYK Percentages of Color #ecce72

%0
%13
%52
%7

Triadic Colors of #ecce72

#ecce72 #72ecce #ce72ec

Analogous Colors of #ecce72

#ecce72 #cdec72 #ec9172

Monochromatic Colors of #ecce72

#ecce72

Complementary Color

#ecce72 #7290ec

#ecce72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecce72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecce72 Color CSS Codes

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

#ecce72 Text Font Color

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

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


#ecce72 Background Color

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

This div background color is #ecce72


#ecce72 Border Color

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

This div border color is #ecce72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecce72


Comments

No comments written yet.

Please login to write comment.