Color Hex Logo

#efc985 Color Hex

#EFC985
(239,201,133)
0 Favorites   0 Comments

Color spaces of #efc985

RGB 239201133
HSL0.110.770.73
HSV38°44°94°
CMYK 0.000.160.44   0.06
XYZ60.716961.817530.9221
Yxy61.81750.39570.4028
Hunter Lab78.62410.253231.7187
CIE-Lab82.81634.687338.9111

#efc985 color RGB value is (239,201,133).

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

The process color (four color CMYK) of #efc985 color hex is 0.00, 0.16, 0.44, 0.06. Web safe color of #efc985 is #ffcc99. Color #efc985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 10000101
Octal 357 311 205
Decimal 239 201 133
Hex EF C9 85

RGB Percentages of Color #efc985

%41.71
%35.08
%23.21

CMYK Percentages of Color #efc985

%0
%16
%44
%6

Triadic Colors of #efc985

#efc985 #85efc9 #c985ef

Analogous Colors of #efc985

#efc985 #e0ef85 #ef9485

Monochromatic Colors of #efc985

#efc985

Complementary Color

#efc985 #85abef

#efc985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc985 Color CSS Codes

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

#efc985 Text Font Color

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

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


#efc985 Background Color

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

This div background color is #efc985


#efc985 Border Color

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

This div border color is #efc985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc985


Comments

No comments written yet.

Please login to write comment.