Color Hex Logo

#efaf73 Color Hex

#EFAF73
(239,175,115)
0 Favorites   0 Comments

Color spaces of #efaf73

RGB 239175115
HSL0.080.790.69
HSV29°52°94°
CMYK 0.000.270.52   0.06
XYZ54.021150.248523.0714
Yxy50.24850.42420.3946
Hunter Lab70.886211.980930.3231
CIE-Lab76.221516.663139.7683

#efaf73 color RGB value is (239,175,115).

#efaf73 hex color red value is 239, green value is 175 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #efaf73 hue: 0.08 , saturation: 0.79 and the lightness value of efaf73 is 0.69.

The process color (four color CMYK) of #efaf73 color hex is 0.00, 0.27, 0.52, 0.06. Web safe color of #efaf73 is #ff9966. Color #efaf73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 01110011
Octal 357 257 163
Decimal 239 175 115
Hex EF AF 73

RGB Percentages of Color #efaf73

%45.18
%33.08
%21.74

CMYK Percentages of Color #efaf73

%0
%27
%52
%6

Triadic Colors of #efaf73

#efaf73 #73efaf #af73ef

Analogous Colors of #efaf73

#efaf73 #efed73 #ef7375

Monochromatic Colors of #efaf73

#efaf73

Complementary Color

#efaf73 #73b3ef

#efaf73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf73 Color CSS Codes

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

#efaf73 Text Font Color

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

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


#efaf73 Background Color

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

This div background color is #efaf73


#efaf73 Border Color

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

This div border color is #efaf73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf73


Comments

No comments written yet.

Please login to write comment.