Color Hex Logo

#ece472 Color Hex

#ECE472
(236,228,114)
0 Favorites   0 Comments

Color spaces of #ece472

RGB 236228114
HSL0.160.760.69
HSV56°52°93°
CMYK 0.000.030.52   0.07
XYZ65.372774.534626.8607
Yxy74.53460.39200.4469
Hunter Lab86.3334-15.921241.9866
CIE-Lab89.1745-11.982255.9013

#ece472 color RGB value is (236,228,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100100 01110010
Octal 354 344 162
Decimal 236 228 114
Hex EC E4 72

RGB Percentages of Color #ece472

%40.83
%39.45
%19.72

CMYK Percentages of Color #ece472

%0
%3
%52
%7

Triadic Colors of #ece472

#ece472 #72ece4 #e472ec

Analogous Colors of #ece472

#ece472 #b7ec72 #eca772

Monochromatic Colors of #ece472

#ece472

Complementary Color

#ece472 #727aec

#ece472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece472 Color CSS Codes

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

#ece472 Text Font Color

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

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


#ece472 Background Color

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

This div background color is #ece472


#ece472 Border Color

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

This div border color is #ece472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece472


Comments

No comments written yet.

Please login to write comment.