Color Hex Logo

#efe170 Color Hex

#EFE170
(239,225,112)
0 Favorites   0 Comments

Color spaces of #efe170

RGB 239225112
HSL0.150.800.69
HSV53°53°94°
CMYK 0.000.060.53   0.06
XYZ65.446473.371026.0419
Yxy73.37100.39700.4451
Hunter Lab85.6569-13.516141.9341
CIE-Lab88.6244-9.444956.2404

#efe170 color RGB value is (239,225,112).

#efe170 hex color red value is 239, green value is 225 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #efe170 hue: 0.15 , saturation: 0.80 and the lightness value of efe170 is 0.69.

The process color (four color CMYK) of #efe170 color hex is 0.00, 0.06, 0.53, 0.06. Web safe color of #efe170 is #ffcc66. Color #efe170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 01110000
Octal 357 341 160
Decimal 239 225 112
Hex EF E1 70

RGB Percentages of Color #efe170

%41.49
%39.06
%19.44

CMYK Percentages of Color #efe170

%0
%6
%53
%6

Triadic Colors of #efe170

#efe170 #70efe1 #e170ef

Analogous Colors of #efe170

#efe170 #beef70 #efa270

Monochromatic Colors of #efe170

#efe170

Complementary Color

#efe170 #707eef

#efe170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe170 Color CSS Codes

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

#efe170 Text Font Color

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

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


#efe170 Background Color

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

This div background color is #efe170


#efe170 Border Color

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

This div border color is #efe170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe170


Comments

No comments written yet.

Please login to write comment.