Color Hex Logo

#ece670 Color Hex

#ECE670
(236,230,112)
0 Favorites   0 Comments

Color spaces of #ece670

RGB 236230112
HSL0.160.770.68
HSV57°53°93°
CMYK 0.000.030.53   0.07
XYZ65.813575.596326.4520
Yxy75.59630.39210.4503
Hunter Lab86.9461-17.040942.8242
CIE-Lab89.6716-13.134857.3977

#ece670 color RGB value is (236,230,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100110 01110000
Octal 354 346 160
Decimal 236 230 112
Hex EC E6 70

RGB Percentages of Color #ece670

%40.83
%39.79
%19.38

CMYK Percentages of Color #ece670

%0
%3
%53
%7

Triadic Colors of #ece670

#ece670 #70ece6 #e670ec

Analogous Colors of #ece670

#ece670 #b4ec70 #eca870

Monochromatic Colors of #ece670

#ece670

Complementary Color

#ece670 #7076ec

#ece670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece670 Color CSS Codes

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

#ece670 Text Font Color

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

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


#ece670 Background Color

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

This div background color is #ece670


#ece670 Border Color

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

This div border color is #ece670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece670


Comments

No comments written yet.

Please login to write comment.