Color Hex Logo

#efd593 Color Hex

#EFD593
(239,213,147)
0 Favorites   0 Comments

Color spaces of #efd593

RGB 239213147
HSL0.120.740.76
HSV43°38°94°
CMYK 0.000.110.38   0.06
XYZ64.657368.045837.3301
Yxy68.04580.38030.4002
Hunter Lab82.4899-4.445230.9117
CIE-Lab86.0293-0.041235.9336

#efd593 color RGB value is (239,213,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010101 10010011
Octal 357 325 223
Decimal 239 213 147
Hex EF D5 93

RGB Percentages of Color #efd593

%39.90
%35.56
%24.54

CMYK Percentages of Color #efd593

%0
%11
%38
%6

Triadic Colors of #efd593

#efd593 #93efd5 #d593ef

Analogous Colors of #efd593

#efd593 #dbef93 #efa793

Monochromatic Colors of #efd593

#efd593

Complementary Color

#efd593 #93adef

#efd593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd593 Color CSS Codes

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

#efd593 Text Font Color

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

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


#efd593 Background Color

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

This div background color is #efd593


#efd593 Border Color

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

This div border color is #efd593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd593


Comments

No comments written yet.

Please login to write comment.