Color Hex Logo

#efcc94 Color Hex

#EFCC94
(239,204,148)
0 Favorites   0 Comments

Color spaces of #efcc94

RGB 239204148
HSL0.100.740.76
HSV37°38°94°
CMYK 0.000.150.38   0.06
XYZ62.534863.674637.0115
Yxy63.67460.38310.3901
Hunter Lab79.79640.243228.3573
CIE-Lab83.79614.719632.4825

#efcc94 color RGB value is (239,204,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 10010100
Octal 357 314 224
Decimal 239 204 148
Hex EF CC 94

RGB Percentages of Color #efcc94

%40.44
%34.52
%25.04

CMYK Percentages of Color #efcc94

%0
%15
%38
%6

Triadic Colors of #efcc94

#efcc94 #94efcc #cc94ef

Analogous Colors of #efcc94

#efcc94 #e5ef94 #ef9f94

Monochromatic Colors of #efcc94

#efcc94

Complementary Color

#efcc94 #94b7ef

#efcc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcc94 Color CSS Codes

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

#efcc94 Text Font Color

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

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


#efcc94 Background Color

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

This div background color is #efcc94


#efcc94 Border Color

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

This div border color is #efcc94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,204,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 #efcc94">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcc94


Comments

No comments written yet.

Please login to write comment.