Color Hex Logo

#efcf94 Color Hex

#EFCF94
(239,207,148)
0 Favorites   0 Comments

Color spaces of #efcf94

RGB 239207148
HSL0.110.740.76
HSV39°38°94°
CMYK 0.000.130.38   0.06
XYZ63.254765.114537.2514
Yxy65.11450.38190.3932
Hunter Lab80.6936-1.289729.1148
CIE-Lab84.54273.163733.4689

#efcf94 color RGB value is (239,207,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 10010100
Octal 357 317 224
Decimal 239 207 148
Hex EF CF 94

RGB Percentages of Color #efcf94

%40.24
%34.85
%24.92

CMYK Percentages of Color #efcf94

%0
%13
%38
%6

Triadic Colors of #efcf94

#efcf94 #94efcf #cf94ef

Analogous Colors of #efcf94

#efcf94 #e2ef94 #efa294

Monochromatic Colors of #efcf94

#efcf94

Complementary Color

#efcf94 #94b4ef

#efcf94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcf94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcf94 Color CSS Codes

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

#efcf94 Text Font Color

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

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


#efcf94 Background Color

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

This div background color is #efcf94


#efcf94 Border Color

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

This div border color is #efcf94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcf94


Comments

No comments written yet.

Please login to write comment.