Color Hex Logo

#efd295 Color Hex

#EFD295
(239,210,149)
0 Favorites   0 Comments

Color spaces of #efd295

RGB 239210149
HSL0.110.740.76
HSV41°38°94°
CMYK 0.000.120.38   0.06
XYZ64.068066.613837.9148
Yxy66.61380.38000.3951
Hunter Lab81.6173-2.711229.5893
CIE-Lab85.30851.725633.9638

#efd295 color RGB value is (239,210,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010010 10010101
Octal 357 322 225
Decimal 239 210 149
Hex EF D2 95

RGB Percentages of Color #efd295

%39.97
%35.12
%24.92

CMYK Percentages of Color #efd295

%0
%12
%38
%6

Triadic Colors of #efd295

#efd295 #95efd2 #d295ef

Analogous Colors of #efd295

#efd295 #dfef95 #efa595

Monochromatic Colors of #efd295

#efd295

Complementary Color

#efd295 #95b2ef

#efd295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd295 Color CSS Codes

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

#efd295 Text Font Color

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

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


#efd295 Background Color

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

This div background color is #efd295


#efd295 Border Color

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

This div border color is #efd295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd295


Comments

No comments written yet.

Please login to write comment.