Color Hex Logo

#efaf72 Color Hex

#EFAF72
(239,175,114)
0 Favorites   0 Comments

Color spaces of #efaf72

RGB 239175114
HSL0.080.800.69
HSV29°52°94°
CMYK 0.000.270.52   0.06
XYZ53.963850.225622.7699
Yxy50.22560.42500.3956
Hunter Lab70.870011.895830.5597
CIE-Lab76.207516.577040.2658

#efaf72 color RGB value is (239,175,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 01110010
Octal 357 257 162
Decimal 239 175 114
Hex EF AF 72

RGB Percentages of Color #efaf72

%45.27
%33.14
%21.59

CMYK Percentages of Color #efaf72

%0
%27
%52
%6

Triadic Colors of #efaf72

#efaf72 #72efaf #af72ef

Analogous Colors of #efaf72

#efaf72 #efee72 #ef7274

Monochromatic Colors of #efaf72

#efaf72

Complementary Color

#efaf72 #72b2ef

#efaf72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf72 Color CSS Codes

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

#efaf72 Text Font Color

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

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


#efaf72 Background Color

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

This div background color is #efaf72


#efaf72 Border Color

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

This div border color is #efaf72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf72


Comments

No comments written yet.

Please login to write comment.