Color Hex Logo

#efcd86 Color Hex

#EFCD86
(239,205,134)
0 Favorites   0 Comments

Color spaces of #efcd86

RGB 239205134
HSL0.110.770.73
HSV41°44°94°
CMYK 0.000.140.44   0.06
XYZ61.731063.734631.6027
Yxy63.73460.39300.4058
Hunter Lab79.8340-1.685632.4135
CIE-Lab83.82742.713239.6969

#efcd86 color RGB value is (239,205,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 10000110
Octal 357 315 206
Decimal 239 205 134
Hex EF CD 86

RGB Percentages of Color #efcd86

%41.35
%35.47
%23.18

CMYK Percentages of Color #efcd86

%0
%14
%44
%6

Triadic Colors of #efcd86

#efcd86 #86efcd #cd86ef

Analogous Colors of #efcd86

#efcd86 #ddef86 #ef9986

Monochromatic Colors of #efcd86

#efcd86

Complementary Color

#efcd86 #86a8ef

#efcd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcd86 Color CSS Codes

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

#efcd86 Text Font Color

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

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


#efcd86 Background Color

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

This div background color is #efcd86


#efcd86 Border Color

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

This div border color is #efcd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcd86


Comments

No comments written yet.

Please login to write comment.