Color Hex Logo

#efe394 Color Hex

#EFE394
(239,227,148)
0 Favorites   0 Comments

Color spaces of #efe394

RGB 239227148
HSL0.140.740.76
HSV52°38°94°
CMYK 0.000.050.38   0.06
XYZ68.411075.427038.9702
Yxy75.42700.37420.4126
Hunter Lab86.8487-11.380334.1899
CIE-Lab89.5926-7.050040.0565

#efe394 color RGB value is (239,227,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100011 10010100
Octal 357 343 224
Decimal 239 227 148
Hex EF E3 94

RGB Percentages of Color #efe394

%38.93
%36.97
%24.10

CMYK Percentages of Color #efe394

%0
%5
%38
%6

Triadic Colors of #efe394

#efe394 #94efe3 #e394ef

Analogous Colors of #efe394

#efe394 #ceef94 #efb694

Monochromatic Colors of #efe394

#efe394

Complementary Color

#efe394 #94a0ef

#efe394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe394 Color CSS Codes

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

#efe394 Text Font Color

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

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


#efe394 Background Color

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

This div background color is #efe394


#efe394 Border Color

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

This div border color is #efe394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe394


Comments

No comments written yet.

Please login to write comment.