Color Hex Logo

#efe48e Color Hex

#EFE48E
(239,228,142)
0 Favorites   0 Comments

Color spaces of #efe48e

RGB 239228142
HSL0.150.750.75
HSV53°41°94°
CMYK 0.000.050.41   0.06
XYZ68.222575.790536.6245
Yxy75.79050.37770.4196
Hunter Lab87.0577-12.470135.9976
CIE-Lab89.7620-8.191943.2568

#efe48e color RGB value is (239,228,142).

#efe48e hex color red value is 239, green value is 228 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #efe48e hue: 0.15 , saturation: 0.75 and the lightness value of efe48e is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 10001110
Octal 357 344 216
Decimal 239 228 142
Hex EF E4 8E

RGB Percentages of Color #efe48e

%39.24
%37.44
%23.32

CMYK Percentages of Color #efe48e

%0
%5
%41
%6

Triadic Colors of #efe48e

#efe48e #8eefe4 #e48eef

Analogous Colors of #efe48e

#efe48e #caef8e #efb48e

Monochromatic Colors of #efe48e

#efe48e

Complementary Color

#efe48e #8e99ef

#efe48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe48e Color CSS Codes

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

#efe48e Text Font Color

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

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


#efe48e Background Color

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

This div background color is #efe48e


#efe48e Border Color

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

This div border color is #efe48e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,228,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efe48e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe48e


Comments

No comments written yet.

Please login to write comment.