Color Hex Logo

#efd88d Color Hex

#EFD88D
(239,216,141)
0 Favorites   0 Comments

Color spaces of #efd88d

RGB 239216141
HSL0.130.750.75
HSV46°41°94°
CMYK 0.000.100.41   0.06
XYZ64.960269.385535.1683
Yxy69.38550.38320.4093
Hunter Lab83.2980-6.567633.2764
CIE-Lab86.6946-2.223139.8366

#efd88d color RGB value is (239,216,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 10001101
Octal 357 330 215
Decimal 239 216 141
Hex EF D8 8D

RGB Percentages of Color #efd88d

%40.10
%36.24
%23.66

CMYK Percentages of Color #efd88d

%0
%10
%41
%6

Triadic Colors of #efd88d

#efd88d #8defd8 #d88def

Analogous Colors of #efd88d

#efd88d #d5ef8d #efa78d

Monochromatic Colors of #efd88d

#efd88d

Complementary Color

#efd88d #8da4ef

#efd88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd88d Color CSS Codes

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

#efd88d Text Font Color

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

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


#efd88d Background Color

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

This div background color is #efd88d


#efd88d Border Color

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

This div border color is #efd88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd88d


Comments

No comments written yet.

Please login to write comment.