Color Hex Logo

#e0ca6e Color Hex

#E0CA6E
(224,202,110)
0 Favorites   0 Comments

Color spaces of #e0ca6e

RGB 224202110
HSL0.130.650.65
HSV48°51°88°
CMYK 0.000.100.51   0.12
XYZ54.675559.214123.2996
Yxy59.21410.39850.4316
Hunter Lab76.9507-7.834835.9133
CIE-Lab81.4091-4.031648.3206

#e0ca6e color RGB value is (224,202,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001010 01101110
Octal 340 312 156
Decimal 224 202 110
Hex E0 CA 6E

RGB Percentages of Color #e0ca6e

%41.79
%37.69
%20.52

CMYK Percentages of Color #e0ca6e

%0
%10
%51
%12

Triadic Colors of #e0ca6e

#e0ca6e #6ee0ca #ca6ee0

Analogous Colors of #e0ca6e

#e0ca6e #bde06e #e0916e

Monochromatic Colors of #e0ca6e

#e0ca6e

Complementary Color

#e0ca6e #6e84e0

#e0ca6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ca6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ca6e Color CSS Codes

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

#e0ca6e Text Font Color

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

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


#e0ca6e Background Color

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

This div background color is #e0ca6e


#e0ca6e Border Color

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

This div border color is #e0ca6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ca6e


Comments

No comments written yet.

Please login to write comment.