Color Hex Logo

#e0ca70 Color Hex

#E0CA70
(224,202,112)
0 Favorites   0 Comments

Color spaces of #e0ca70

RGB 224202112
HSL0.130.640.66
HSV48°50°88°
CMYK 0.000.100.50   0.12
XYZ54.785659.258223.8797
Yxy59.25820.39720.4296
Hunter Lab76.9793-7.676835.4932
CIE-Lab81.4333-3.856847.3777

#e0ca70 color RGB value is (224,202,112).

#e0ca70 hex color red value is 224, green value is 202 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e0ca70 hue: 0.13 , saturation: 0.64 and the lightness value of e0ca70 is 0.66.

The process color (four color CMYK) of #e0ca70 color hex is 0.00, 0.10, 0.50, 0.12. Web safe color of #e0ca70 is #cccc66. Color #e0ca70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001010 01110000
Octal 340 312 160
Decimal 224 202 112
Hex E0 CA 70

RGB Percentages of Color #e0ca70

%41.64
%37.55
%20.82

CMYK Percentages of Color #e0ca70

%0
%10
%50
%12

Triadic Colors of #e0ca70

#e0ca70 #70e0ca #ca70e0

Analogous Colors of #e0ca70

#e0ca70 #bee070 #e09270

Monochromatic Colors of #e0ca70

#e0ca70

Complementary Color

#e0ca70 #7086e0

#e0ca70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ca70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ca70 Color CSS Codes

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

#e0ca70 Text Font Color

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

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


#e0ca70 Background Color

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

This div background color is #e0ca70


#e0ca70 Border Color

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

This div border color is #e0ca70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ca70


Comments

No comments written yet.

Please login to write comment.