Color Hex Logo

#efcf82 Color Hex

#EFCF82
(239,207,130)
0 Favorites   0 Comments

Color spaces of #efcf82

RGB 239207130
HSL0.120.770.72
HSV42°46°94°
CMYK 0.000.130.46   0.06
XYZ61.938764.588130.3213
Yxy64.58810.39490.4118
Hunter Lab80.3667-3.071733.8874
CIE-Lab84.27101.286142.2763

#efcf82 color RGB value is (239,207,130).

#efcf82 hex color red value is 239, green value is 207 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #efcf82 hue: 0.12 , saturation: 0.77 and the lightness value of efcf82 is 0.72.

The process color (four color CMYK) of #efcf82 color hex is 0.00, 0.13, 0.46, 0.06. Web safe color of #efcf82 is #ffcc99. Color #efcf82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 10000010
Octal 357 317 202
Decimal 239 207 130
Hex EF CF 82

RGB Percentages of Color #efcf82

%41.49
%35.94
%22.57

CMYK Percentages of Color #efcf82

%0
%13
%46
%6

Triadic Colors of #efcf82

#efcf82 #82efcf #cf82ef

Analogous Colors of #efcf82

#efcf82 #d9ef82 #ef9982

Monochromatic Colors of #efcf82

#efcf82

Complementary Color

#efcf82 #82a2ef

#efcf82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcf82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcf82 Color CSS Codes

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

#efcf82 Text Font Color

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

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


#efcf82 Background Color

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

This div background color is #efcf82


#efcf82 Border Color

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

This div border color is #efcf82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcf82

#efcf82 Color Palettes


Comments

No comments written yet.

Please login to write comment.