Color Hex Logo

#efe19c Color Hex

#EFE19C
(239,225,156)
0 Favorites   0 Comments

Color spaces of #efe19c

RGB 239225156
HSL0.140.720.77
HSV50°35°94°
CMYK 0.000.060.35   0.06
XYZ68.522674.601442.2405
Yxy74.60140.36970.4025
Hunter Lab86.3721-9.539731.4645
CIE-Lab89.2060-5.139835.5239

#efe19c color RGB value is (239,225,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 10011100
Octal 357 341 234
Decimal 239 225 156
Hex EF E1 9C

RGB Percentages of Color #efe19c

%38.55
%36.29
%25.16

CMYK Percentages of Color #efe19c

%0
%6
%35
%6

Triadic Colors of #efe19c

#efe19c #9cefe1 #e19cef

Analogous Colors of #efe19c

#efe19c #d4ef9c #efb89c

Monochromatic Colors of #efe19c

#efe19c

Complementary Color

#efe19c #9caaef

#efe19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe19c Color CSS Codes

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

#efe19c Text Font Color

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

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


#efe19c Background Color

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

This div background color is #efe19c


#efe19c Border Color

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

This div border color is #efe19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe19c


Comments

No comments written yet.

Please login to write comment.