Color Hex Logo

#efde94 Color Hex

#EFDE94
(239,222,148)
0 Favorites   0 Comments

Color spaces of #efde94

RGB 239222148
HSL0.140.740.76
HSV49°38°94°
CMYK 0.000.070.38   0.06
XYZ67.063272.731438.5209
Yxy72.73140.37610.4079
Hunter Lab85.2827-8.878932.9175
CIE-Lab88.3195-4.524438.4092

#efde94 color RGB value is (239,222,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 10010100
Octal 357 336 224
Decimal 239 222 148
Hex EF DE 94

RGB Percentages of Color #efde94

%39.24
%36.45
%24.30

CMYK Percentages of Color #efde94

%0
%7
%38
%6

Triadic Colors of #efde94

#efde94 #94efde #de94ef

Analogous Colors of #efde94

#efde94 #d3ef94 #efb194

Monochromatic Colors of #efde94

#efde94

Complementary Color

#efde94 #94a5ef

#efde94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efde94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efde94 Color CSS Codes

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

#efde94 Text Font Color

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

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


#efde94 Background Color

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

This div background color is #efde94


#efde94 Border Color

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

This div border color is #efde94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efde94


Comments

No comments written yet.

Please login to write comment.