Color Hex Logo

#e1cb6f Color Hex

#E1CB6F
(225,203,111)
0 Favorites   0 Comments

Color spaces of #e1cb6f

RGB 225203111
HSL0.130.660.66
HSV48°51°88°
CMYK 0.000.100.51   0.12
XYZ55.276559.867123.6811
Yxy59.86710.39820.4312
Hunter Lab77.3738-7.882336.0153
CIE-Lab81.7659-4.051248.2864

#e1cb6f color RGB value is (225,203,111).

#e1cb6f hex color red value is 225, green value is 203 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e1cb6f hue: 0.13 , saturation: 0.66 and the lightness value of e1cb6f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001011 01101111
Octal 341 313 157
Decimal 225 203 111
Hex E1 CB 6F

RGB Percentages of Color #e1cb6f

%41.74
%37.66
%20.59

CMYK Percentages of Color #e1cb6f

%0
%10
%51
%12

Triadic Colors of #e1cb6f

#e1cb6f #6fe1cb #cb6fe1

Analogous Colors of #e1cb6f

#e1cb6f #bee16f #e1926f

Monochromatic Colors of #e1cb6f

#e1cb6f

Complementary Color

#e1cb6f #6f85e1

#e1cb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cb6f Color CSS Codes

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

#e1cb6f Text Font Color

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

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


#e1cb6f Background Color

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

This div background color is #e1cb6f


#e1cb6f Border Color

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

This div border color is #e1cb6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,203,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1cb6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1cb6f;
  -webkit-box-shadow: 1px 1px 3px 2px #e1cb6f;
  box-shadow:         1px 1px 3px 2px #e1cb6f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,203,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cb6f


Comments

No comments written yet.

Please login to write comment.