Color Hex Logo

#efe19f Color Hex

#EFE19F
(239,225,159)
0 Favorites   0 Comments

Color spaces of #efe19f

RGB 239225159
HSL0.140.710.78
HSV50°33°94°
CMYK 0.000.060.33   0.06
XYZ68.779874.704443.5952
Yxy74.70440.36770.3993
Hunter Lab86.4317-9.210530.5970
CIE-Lab89.2543-4.788234.0644

#efe19f color RGB value is (239,225,159).

#efe19f hex color red value is 239, green value is 225 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #efe19f hue: 0.14 , saturation: 0.71 and the lightness value of efe19f is 0.78.

The process color (four color CMYK) of #efe19f color hex is 0.00, 0.06, 0.33, 0.06. Web safe color of #efe19f is #ffcc99. Color #efe19f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 10011111
Octal 357 341 237
Decimal 239 225 159
Hex EF E1 9F

RGB Percentages of Color #efe19f

%38.36
%36.12
%25.52

CMYK Percentages of Color #efe19f

%0
%6
%33
%6

Triadic Colors of #efe19f

#efe19f #9fefe1 #e19fef

Analogous Colors of #efe19f

#efe19f #d5ef9f #efb99f

Monochromatic Colors of #efe19f

#efe19f

Complementary Color

#efe19f #9fadef

#efe19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe19f Color CSS Codes

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

#efe19f Text Font Color

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

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


#efe19f Background Color

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

This div background color is #efe19f


#efe19f Border Color

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

This div border color is #efe19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe19f


Comments

No comments written yet.

Please login to write comment.