Color Hex Logo

#efdd8e Color Hex

#EFDD8E
(239,221,142)
0 Favorites   0 Comments

Color spaces of #efdd8e

RGB 239221142
HSL0.140.750.75
HSV49°41°94°
CMYK 0.000.080.41   0.06
XYZ66.335572.016635.9955
Yxy72.01660.38050.4131
Hunter Lab84.8626-8.979434.2552
CIE-Lab87.9766-4.662440.9794

#efdd8e color RGB value is (239,221,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 10001110
Octal 357 335 216
Decimal 239 221 142
Hex EF DD 8E

RGB Percentages of Color #efdd8e

%39.70
%36.71
%23.59

CMYK Percentages of Color #efdd8e

%0
%8
%41
%6

Triadic Colors of #efdd8e

#efdd8e #8eefdd #dd8eef

Analogous Colors of #efdd8e

#efdd8e #d1ef8e #efad8e

Monochromatic Colors of #efdd8e

#efdd8e

Complementary Color

#efdd8e #8ea0ef

#efdd8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdd8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdd8e Color CSS Codes

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

#efdd8e Text Font Color

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

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


#efdd8e Background Color

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

This div background color is #efdd8e


#efdd8e Border Color

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

This div border color is #efdd8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdd8e


Comments

No comments written yet.

Please login to write comment.