Color Hex Logo

#ece772 Color Hex

#ECE772
(236,231,114)
0 Favorites   0 Comments

Color spaces of #ece772

RGB 236231114
HSL0.160.760.69
HSV58°52°93°
CMYK 0.000.020.52   0.07
XYZ66.205276.199627.1382
Yxy76.19960.39050.4494
Hunter Lab87.2924-17.381842.6721
CIE-Lab89.9519-13.467456.8111

#ece772 color RGB value is (236,231,114).

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

The process color (four color CMYK) of #ece772 color hex is 0.00, 0.02, 0.52, 0.07. Web safe color of #ece772 is #ffff66. Color #ece772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100111 01110010
Octal 354 347 162
Decimal 236 231 114
Hex EC E7 72

RGB Percentages of Color #ece772

%40.62
%39.76
%19.62

CMYK Percentages of Color #ece772

%0
%2
%52
%7

Triadic Colors of #ece772

#ece772 #72ece7 #e772ec

Analogous Colors of #ece772

#ece772 #b4ec72 #ecaa72

Monochromatic Colors of #ece772

#ece772

Complementary Color

#ece772 #7277ec

#ece772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece772 Color CSS Codes

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

#ece772 Text Font Color

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

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


#ece772 Background Color

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

This div background color is #ece772


#ece772 Border Color

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

This div border color is #ece772


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,231,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 #ece772">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece772


Comments

No comments written yet.

Please login to write comment.