Color Hex Logo

#efaf69 Color Hex

#EFAF69
(239,175,105)
0 Favorites   0 Comments

Color spaces of #efaf69

RGB 239175105
HSL0.090.810.67
HSV31°56°94°
CMYK 0.000.270.56   0.06
XYZ53.476450.030620.2030
Yxy50.03060.43230.4044
Hunter Lab70.732311.171432.5778
CIE-Lab76.088015.841844.6997

#efaf69 color RGB value is (239,175,105).

#efaf69 hex color red value is 239, green value is 175 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #efaf69 hue: 0.09 , saturation: 0.81 and the lightness value of efaf69 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 01101001
Octal 357 257 151
Decimal 239 175 105
Hex EF AF 69

RGB Percentages of Color #efaf69

%46.05
%33.72
%20.23

CMYK Percentages of Color #efaf69

%0
%27
%56
%6

Triadic Colors of #efaf69

#efaf69 #69efaf #af69ef

Analogous Colors of #efaf69

#efaf69 #ecef69 #ef6c69

Monochromatic Colors of #efaf69

#efaf69

Complementary Color

#efaf69 #69a9ef

#efaf69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf69 Color CSS Codes

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

#efaf69 Text Font Color

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

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


#efaf69 Background Color

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

This div background color is #efaf69


#efaf69 Border Color

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

This div border color is #efaf69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf69


Comments

No comments written yet.

Please login to write comment.