Color Hex Logo

#efcf91 Color Hex

#EFCF91
(239,207,145)
0 Favorites   0 Comments

Color spaces of #efcf91

RGB 239207145
HSL0.110.750.75
HSV40°39°94°
CMYK 0.000.130.39   0.06
XYZ63.020365.020736.0168
Yxy65.02070.38410.3963
Hunter Lab80.6354-1.606029.9622
CIE-Lab84.49442.832034.9483

#efcf91 color RGB value is (239,207,145).

#efcf91 hex color red value is 239, green value is 207 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #efcf91 hue: 0.11 , saturation: 0.75 and the lightness value of efcf91 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 10010001
Octal 357 317 221
Decimal 239 207 145
Hex EF CF 91

RGB Percentages of Color #efcf91

%40.44
%35.03
%24.53

CMYK Percentages of Color #efcf91

%0
%13
%39
%6

Triadic Colors of #efcf91

#efcf91 #91efcf #cf91ef

Analogous Colors of #efcf91

#efcf91 #e0ef91 #efa091

Monochromatic Colors of #efcf91

#efcf91

Complementary Color

#efcf91 #91b1ef

#efcf91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcf91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcf91 Color CSS Codes

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

#efcf91 Text Font Color

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

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


#efcf91 Background Color

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

This div background color is #efcf91


#efcf91 Border Color

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

This div border color is #efcf91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcf91


Comments

No comments written yet.

Please login to write comment.