Color Hex Logo

#efd490 Color Hex

#EFD490
(239,212,144)
0 Favorites   0 Comments

Color spaces of #efd490

RGB 239212144
HSL0.120.750.75
HSV43°40°94°
CMYK 0.000.110.40   0.06
XYZ64.174167.451336.0226
Yxy67.45130.38280.4023
Hunter Lab82.1287-4.248231.4848
CIE-Lab85.73130.145137.0736

#efd490 color RGB value is (239,212,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 10010000
Octal 357 324 220
Decimal 239 212 144
Hex EF D4 90

RGB Percentages of Color #efd490

%40.17
%35.63
%24.20

CMYK Percentages of Color #efd490

%0
%11
%40
%6

Triadic Colors of #efd490

#efd490 #90efd4 #d490ef

Analogous Colors of #efd490

#efd490 #dbef90 #efa590

Monochromatic Colors of #efd490

#efd490

Complementary Color

#efd490 #90abef

#efd490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd490 Color CSS Codes

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

#efd490 Text Font Color

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

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


#efd490 Background Color

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

This div background color is #efd490


#efd490 Border Color

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

This div border color is #efd490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd490


Comments

No comments written yet.

Please login to write comment.