Color Hex Logo

#ece470 Color Hex

#ECE470
(236,228,112)
0 Favorites   0 Comments

Color spaces of #ece470

RGB 236228112
HSL0.160.770.68
HSV56°53°93°
CMYK 0.000.030.53   0.07
XYZ65.260174.489526.2676
Yxy74.48950.39310.4487
Hunter Lab86.3073-16.067442.3702
CIE-Lab89.1533-12.144356.7948

#ece470 color RGB value is (236,228,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100100 01110000
Octal 354 344 160
Decimal 236 228 112
Hex EC E4 70

RGB Percentages of Color #ece470

%40.97
%39.58
%19.44

CMYK Percentages of Color #ece470

%0
%3
%53
%7

Triadic Colors of #ece470

#ece470 #70ece4 #e470ec

Analogous Colors of #ece470

#ece470 #b6ec70 #eca670

Monochromatic Colors of #ece470

#ece470

Complementary Color

#ece470 #7078ec

#ece470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece470 Color CSS Codes

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

#ece470 Text Font Color

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

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


#ece470 Background Color

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

This div background color is #ece470


#ece470 Border Color

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

This div border color is #ece470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece470


Comments

No comments written yet.

Please login to write comment.