Color Hex Logo

#efcfa5 Color Hex

#EFCFA5
(239,207,165)
0 Favorites   0 Comments

Color spaces of #efcfa5

RGB 239207165
HSL0.090.700.79
HSV34°31°94°
CMYK 0.000.130.31   0.06
XYZ64.701065.693044.8672
Yxy65.69300.36920.3748
Hunter Lab81.05120.652123.9149
CIE-Lab84.83965.186125.0328

#efcfa5 color RGB value is (239,207,165).

#efcfa5 hex color red value is 239, green value is 207 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #efcfa5 hue: 0.09 , saturation: 0.70 and the lightness value of efcfa5 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 10100101
Octal 357 317 245
Decimal 239 207 165
Hex EF CF A5

RGB Percentages of Color #efcfa5

%39.12
%33.88
%27.00

CMYK Percentages of Color #efcfa5

%0
%13
%31
%6

Triadic Colors of #efcfa5

#efcfa5 #a5efcf #cfa5ef

Analogous Colors of #efcfa5

#efcfa5 #eaefa5 #efaaa5

Monochromatic Colors of #efcfa5

#efcfa5

Complementary Color

#efcfa5 #a5c5ef

#efcfa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcfa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcfa5 Color CSS Codes

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

#efcfa5 Text Font Color

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

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


#efcfa5 Background Color

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

This div background color is #efcfa5


#efcfa5 Border Color

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

This div border color is #efcfa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcfa5


Comments

No comments written yet.

Please login to write comment.