Color Hex Logo

#efd493 Color Hex

#EFD493
(239,212,147)
0 Favorites   0 Comments

Color spaces of #efd493

RGB 239212147
HSL0.120.740.76
HSV42°38°94°
CMYK 0.000.110.38   0.06
XYZ64.406567.544337.2465
Yxy67.54430.38070.3992
Hunter Lab82.1853-3.938630.6594
CIE-Lab85.77810.472535.6050

#efd493 color RGB value is (239,212,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 10010011
Octal 357 324 223
Decimal 239 212 147
Hex EF D4 93

RGB Percentages of Color #efd493

%39.97
%35.45
%24.58

CMYK Percentages of Color #efd493

%0
%11
%38
%6

Triadic Colors of #efd493

#efd493 #93efd4 #d493ef

Analogous Colors of #efd493

#efd493 #dcef93 #efa693

Monochromatic Colors of #efd493

#efd493

Complementary Color

#efd493 #93aeef

#efd493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd493 Color CSS Codes

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

#efd493 Text Font Color

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

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


#efd493 Background Color

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

This div background color is #efd493


#efd493 Border Color

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

This div border color is #efd493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd493


Comments

No comments written yet.

Please login to write comment.