Color Hex Logo

#efdf94 Color Hex

#EFDF94
(239,223,148)
0 Favorites   0 Comments

Color spaces of #efdf94

RGB 239223148
HSL0.140.740.76
HSV49°38°94°
CMYK 0.000.070.38   0.06
XYZ67.329673.264238.6097
Yxy73.26420.37570.4088
Hunter Lab85.5945-9.380333.1718
CIE-Lab88.5736-5.031138.7387

#efdf94 color RGB value is (239,223,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 10010100
Octal 357 337 224
Decimal 239 223 148
Hex EF DF 94

RGB Percentages of Color #efdf94

%39.18
%36.56
%24.26

CMYK Percentages of Color #efdf94

%0
%7
%38
%6

Triadic Colors of #efdf94

#efdf94 #94efdf #df94ef

Analogous Colors of #efdf94

#efdf94 #d2ef94 #efb294

Monochromatic Colors of #efdf94

#efdf94

Complementary Color

#efdf94 #94a4ef

#efdf94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdf94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdf94 Color CSS Codes

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

#efdf94 Text Font Color

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

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


#efdf94 Background Color

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

This div background color is #efdf94


#efdf94 Border Color

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

This div border color is #efdf94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdf94


Comments

No comments written yet.

Please login to write comment.