Color Hex Logo

#e1cf3b Color Hex

#E1CF3B
(225,207,59)
0 Favorites   0 Comments

Color spaces of #e1cf3b

RGB 22520759
HSL0.150.730.56
HSV53°74°88°
CMYK 0.000.080.74   0.12
XYZ54.153660.949013.0478
Yxy60.94900.42260.4756
Hunter Lab78.0698-12.804744.7398
CIE-Lab82.3513-9.420070.9685

#e1cf3b color RGB value is (225,207,59).

#e1cf3b hex color red value is 225, green value is 207 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #e1cf3b hue: 0.15 , saturation: 0.73 and the lightness value of e1cf3b is 0.56.

The process color (four color CMYK) of #e1cf3b color hex is 0.00, 0.08, 0.74, 0.12. Web safe color of #e1cf3b is #cccc33. Color #e1cf3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001111 00111011
Octal 341 317 73
Decimal 225 207 59
Hex E1 CF 3B

RGB Percentages of Color #e1cf3b

%45.82
%42.16
%12.02

CMYK Percentages of Color #e1cf3b

%0
%8
%74
%12

Triadic Colors of #e1cf3b

#e1cf3b #3be1cf #cf3be1

Analogous Colors of #e1cf3b

#e1cf3b #a0e13b #e17c3b

Monochromatic Colors of #e1cf3b

#e1cf3b

Complementary Color

#e1cf3b #3b4de1

#e1cf3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cf3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cf3b Color CSS Codes

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

#e1cf3b Text Font Color

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

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


#e1cf3b Background Color

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

This div background color is #e1cf3b


#e1cf3b Border Color

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

This div border color is #e1cf3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cf3b


Comments

No comments written yet.

Please login to write comment.