Color Hex Logo

#efa955 Color Hex

#EFA955
(239,169,85)
0 Favorites   0 Comments

Color spaces of #efa955

RGB 23916985
HSL0.090.830.64
HSV33°64°94°
CMYK 0.000.290.64   0.06
XYZ51.424347.382515.0297
Yxy47.38250.45170.4162
Hunter Lab68.834912.890335.2388
CIE-Lab74.433817.623352.5585

#efa955 color RGB value is (239,169,85).

#efa955 hex color red value is 239, green value is 169 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #efa955 hue: 0.09 , saturation: 0.83 and the lightness value of efa955 is 0.64.

The process color (four color CMYK) of #efa955 color hex is 0.00, 0.29, 0.64, 0.06. Web safe color of #efa955 is #ff9966. Color #efa955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 01010101
Octal 357 251 125
Decimal 239 169 85
Hex EF A9 55

RGB Percentages of Color #efa955

%48.48
%34.28
%17.24

CMYK Percentages of Color #efa955

%0
%29
%64
%6

Triadic Colors of #efa955

#efa955 #55efa9 #a955ef

Analogous Colors of #efa955

#efa955 #e8ef55 #ef5c55

Monochromatic Colors of #efa955

#efa955

Complementary Color

#efa955 #559bef

#efa955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa955 Color CSS Codes

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

#efa955 Text Font Color

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

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


#efa955 Background Color

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

This div background color is #efa955


#efa955 Border Color

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

This div border color is #efa955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa955


Comments

No comments written yet.

Please login to write comment.