Color Hex Logo

#ece07a Color Hex

#ECE07A
(236,224,122)
0 Favorites   0 Comments

Color spaces of #ece07a

RGB 236224122
HSL0.150.750.70
HSV54°48°93°
CMYK 0.000.050.48   0.07
XYZ64.760672.549329.0025
Yxy72.54930.38940.4362
Hunter Lab85.1759-13.341339.4348
CIE-Lab88.2323-9.302851.0277

#ece07a color RGB value is (236,224,122).

#ece07a hex color red value is 236, green value is 224 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ece07a hue: 0.15 , saturation: 0.75 and the lightness value of ece07a is 0.70.

The process color (four color CMYK) of #ece07a color hex is 0.00, 0.05, 0.48, 0.07. Web safe color of #ece07a is #ffcc66. Color #ece07a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100000 01111010
Octal 354 340 172
Decimal 236 224 122
Hex EC E0 7A

RGB Percentages of Color #ece07a

%40.55
%38.49
%20.96

CMYK Percentages of Color #ece07a

%0
%5
%48
%7

Triadic Colors of #ece07a

#ece07a #7aece0 #e07aec

Analogous Colors of #ece07a

#ece07a #bfec7a #eca77a

Monochromatic Colors of #ece07a

#ece07a

Complementary Color

#ece07a #7a86ec

#ece07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece07a Color CSS Codes

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

#ece07a Text Font Color

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

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


#ece07a Background Color

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

This div background color is #ece07a


#ece07a Border Color

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

This div border color is #ece07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece07a


Comments

No comments written yet.

Please login to write comment.