Color Hex Logo

#efe08d Color Hex

#EFE08D
(239,224,141)
0 Favorites   0 Comments

Color spaces of #efe08d

RGB 239224141
HSL0.140.750.75
HSV51°41°94°
CMYK 0.000.060.41   0.06
XYZ67.060073.585135.8682
Yxy73.58510.37990.4169
Hunter Lab85.7818-10.575535.2561
CIE-Lab88.7260-6.284042.4347

#efe08d color RGB value is (239,224,141).

#efe08d hex color red value is 239, green value is 224 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #efe08d hue: 0.14 , saturation: 0.75 and the lightness value of efe08d is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 10001101
Octal 357 340 215
Decimal 239 224 141
Hex EF E0 8D

RGB Percentages of Color #efe08d

%39.57
%37.09
%23.34

CMYK Percentages of Color #efe08d

%0
%6
%41
%6

Triadic Colors of #efe08d

#efe08d #8defe0 #e08def

Analogous Colors of #efe08d

#efe08d #cdef8d #efaf8d

Monochromatic Colors of #efe08d

#efe08d

Complementary Color

#efe08d #8d9cef

#efe08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe08d Color CSS Codes

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

#efe08d Text Font Color

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

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


#efe08d Background Color

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

This div background color is #efe08d


#efe08d Border Color

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

This div border color is #efe08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe08d


Comments

No comments written yet.

Please login to write comment.