Color Hex Logo

#efd793 Color Hex

#EFD793
(239,215,147)
0 Favorites   0 Comments

Color spaces of #efd793

RGB 239215147
HSL0.120.740.76
HSV44°38°94°
CMYK 0.000.100.38   0.06
XYZ65.163569.058237.4988
Yxy69.05820.37950.4022
Hunter Lab83.1013-5.457231.4167
CIE-Lab86.5329-1.067036.5912

#efd793 color RGB value is (239,215,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 10010011
Octal 357 327 223
Decimal 239 215 147
Hex EF D7 93

RGB Percentages of Color #efd793

%39.77
%35.77
%24.46

CMYK Percentages of Color #efd793

%0
%10
%38
%6

Triadic Colors of #efd793

#efd793 #93efd7 #d793ef

Analogous Colors of #efd793

#efd793 #d9ef93 #efa993

Monochromatic Colors of #efd793

#efd793

Complementary Color

#efd793 #93abef

#efd793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd793 Color CSS Codes

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

#efd793 Text Font Color

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

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


#efd793 Background Color

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

This div background color is #efd793


#efd793 Border Color

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

This div border color is #efd793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd793


Comments

No comments written yet.

Please login to write comment.