Color Hex Logo

#efd28c Color Hex

#EFD28C
(239,210,140)
0 Favorites   0 Comments

Color spaces of #efd28c

RGB 239210140
HSL0.120.760.74
HSV42°41°94°
CMYK 0.000.120.41   0.06
XYZ63.376866.337434.2750
Yxy66.33740.38650.4045
Hunter Lab81.4478-3.637732.0629
CIE-Lab85.16820.748238.3768

#efd28c color RGB value is (239,210,140).

#efd28c hex color red value is 239, green value is 210 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #efd28c hue: 0.12 , saturation: 0.76 and the lightness value of efd28c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010010 10001100
Octal 357 322 214
Decimal 239 210 140
Hex EF D2 8C

RGB Percentages of Color #efd28c

%40.58
%35.65
%23.77

CMYK Percentages of Color #efd28c

%0
%12
%41
%6

Triadic Colors of #efd28c

#efd28c #8cefd2 #d28cef

Analogous Colors of #efd28c

#efd28c #dbef8c #efa18c

Monochromatic Colors of #efd28c

#efd28c

Complementary Color

#efd28c #8ca9ef

#efd28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd28c Color CSS Codes

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

#efd28c Text Font Color

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

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


#efd28c Background Color

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

This div background color is #efd28c


#efd28c Border Color

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

This div border color is #efd28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd28c


Comments

No comments written yet.

Please login to write comment.