Color Hex Logo

#efa477 Color Hex

#EFA477
(239,164,119)
0 Favorites   0 Comments

Color spaces of #efa477

RGB 239164119
HSL0.060.790.70
HSV23°50°94°
CMYK 0.000.310.50   0.06
XYZ52.201846.233623.6254
Yxy46.23360.42770.3788
Hunter Lab67.995318.047426.9960
CIE-Lab73.696922.842734.4686

#efa477 color RGB value is (239,164,119).

#efa477 hex color red value is 239, green value is 164 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #efa477 hue: 0.06 , saturation: 0.79 and the lightness value of efa477 is 0.70.

The process color (four color CMYK) of #efa477 color hex is 0.00, 0.31, 0.50, 0.06. Web safe color of #efa477 is #ff9966. Color #efa477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 01110111
Octal 357 244 167
Decimal 239 164 119
Hex EF A4 77

RGB Percentages of Color #efa477

%45.79
%31.42
%22.80

CMYK Percentages of Color #efa477

%0
%31
%50
%6

Triadic Colors of #efa477

#efa477 #77efa4 #a477ef

Analogous Colors of #efa477

#efa477 #efe077 #ef7786

Monochromatic Colors of #efa477

#efa477

Complementary Color

#efa477 #77c2ef

#efa477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa477 Color CSS Codes

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

#efa477 Text Font Color

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

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


#efa477 Background Color

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

This div background color is #efa477


#efa477 Border Color

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

This div border color is #efa477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa477


Comments

No comments written yet.

Please login to write comment.