Color Hex Logo

#efe194 Color Hex

#EFE194
(239,225,148)
0 Favorites   0 Comments

Color spaces of #efe194

RGB 239225148
HSL0.140.740.76
HSV51°38°94°
CMYK 0.000.060.38   0.06
XYZ67.867174.339338.7889
Yxy74.33930.37500.4107
Hunter Lab86.2202-10.381633.6807
CIE-Lab89.0826-6.042339.3977

#efe194 color RGB value is (239,225,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 10010100
Octal 357 341 224
Decimal 239 225 148
Hex EF E1 94

RGB Percentages of Color #efe194

%39.05
%36.76
%24.18

CMYK Percentages of Color #efe194

%0
%6
%38
%6

Triadic Colors of #efe194

#efe194 #94efe1 #e194ef

Analogous Colors of #efe194

#efe194 #d0ef94 #efb494

Monochromatic Colors of #efe194

#efe194

Complementary Color

#efe194 #94a2ef

#efe194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe194 Color CSS Codes

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

#efe194 Text Font Color

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

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


#efe194 Background Color

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

This div background color is #efe194


#efe194 Border Color

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

This div border color is #efe194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe194


Comments

No comments written yet.

Please login to write comment.