Color Hex Logo

#efad83 Color Hex

#EFAD83
(239,173,131)
0 Favorites   0 Comments

Color spaces of #efad83

RGB 239173131
HSL0.060.770.73
HSV23°45°94°
CMYK 0.000.280.45   0.06
XYZ54.636949.876628.2202
Yxy49.87660.41160.3758
Hunter Lab70.623414.503425.7448
CIE-Lab75.993519.214031.0938

#efad83 color RGB value is (239,173,131).

#efad83 hex color red value is 239, green value is 173 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #efad83 hue: 0.06 , saturation: 0.77 and the lightness value of efad83 is 0.73.

The process color (four color CMYK) of #efad83 color hex is 0.00, 0.28, 0.45, 0.06. Web safe color of #efad83 is #ff9999. Color #efad83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 10000011
Octal 357 255 203
Decimal 239 173 131
Hex EF AD 83

RGB Percentages of Color #efad83

%44.01
%31.86
%24.13

CMYK Percentages of Color #efad83

%0
%28
%45
%6

Triadic Colors of #efad83

#efad83 #83efad #ad83ef

Analogous Colors of #efad83

#efad83 #efe383 #ef838f

Monochromatic Colors of #efad83

#efad83

Complementary Color

#efad83 #83c5ef

#efad83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad83 Color CSS Codes

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

#efad83 Text Font Color

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

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


#efad83 Background Color

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

This div background color is #efad83


#efad83 Border Color

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

This div border color is #efad83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad83


Comments

No comments written yet.

Please login to write comment.