Color Hex Logo

#efe48f Color Hex

#EFE48F
(239,228,143)
0 Favorites   0 Comments

Color spaces of #efe48f

RGB 239228143
HSL0.150.750.75
HSV53°40°94°
CMYK 0.000.050.40   0.06
XYZ68.297975.820737.0218
Yxy75.82070.37700.4186
Hunter Lab87.0751-12.373835.7442
CIE-Lab89.7760-8.087642.7798

#efe48f color RGB value is (239,228,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 10001111
Octal 357 344 217
Decimal 239 228 143
Hex EF E4 8F

RGB Percentages of Color #efe48f

%39.18
%37.38
%23.44

CMYK Percentages of Color #efe48f

%0
%5
%40
%6

Triadic Colors of #efe48f

#efe48f #8fefe4 #e48fef

Analogous Colors of #efe48f

#efe48f #caef8f #efb48f

Monochromatic Colors of #efe48f

#efe48f

Complementary Color

#efe48f #8f9aef

#efe48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe48f Color CSS Codes

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

#efe48f Text Font Color

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

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


#efe48f Background Color

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

This div background color is #efe48f


#efe48f Border Color

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

This div border color is #efe48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe48f


Comments

No comments written yet.

Please login to write comment.