Color Hex Logo

#efd491 Color Hex

#EFD491
(239,212,145)
0 Favorites   0 Comments

Color spaces of #efd491

RGB 239212145
HSL0.120.750.75
HSV43°39°94°
CMYK 0.000.110.39   0.06
XYZ64.250967.482036.4270
Yxy67.48200.38210.4013
Hunter Lab82.1474-4.145831.2120
CIE-Lab85.74680.253536.5845

#efd491 color RGB value is (239,212,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 10010001
Octal 357 324 221
Decimal 239 212 145
Hex EF D4 91

RGB Percentages of Color #efd491

%40.10
%35.57
%24.33

CMYK Percentages of Color #efd491

%0
%11
%39
%6

Triadic Colors of #efd491

#efd491 #91efd4 #d491ef

Analogous Colors of #efd491

#efd491 #dbef91 #efa591

Monochromatic Colors of #efd491

#efd491

Complementary Color

#efd491 #91acef

#efd491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd491 Color CSS Codes

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

#efd491 Text Font Color

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

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


#efd491 Background Color

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

This div background color is #efd491


#efd491 Border Color

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

This div border color is #efd491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd491


Comments

No comments written yet.

Please login to write comment.