Color Hex Logo

#efda90 Color Hex

#EFDA90
(239,218,144)
0 Favorites   0 Comments

Color spaces of #efda90

RGB 239218144
HSL0.130.750.75
HSV47°40°94°
CMYK 0.000.090.40   0.06
XYZ65.702070.507136.5319
Yxy70.50710.38030.4082
Hunter Lab83.9685-7.275832.9829
CIE-Lab87.2450-2.925339.0344

#efda90 color RGB value is (239,218,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 10010000
Octal 357 332 220
Decimal 239 218 144
Hex EF DA 90

RGB Percentages of Color #efda90

%39.77
%36.27
%23.96

CMYK Percentages of Color #efda90

%0
%9
%40
%6

Triadic Colors of #efda90

#efda90 #90efda #da90ef

Analogous Colors of #efda90

#efda90 #d5ef90 #efab90

Monochromatic Colors of #efda90

#efda90

Complementary Color

#efda90 #90a5ef

#efda90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efda90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efda90 Color CSS Codes

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

#efda90 Text Font Color

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

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


#efda90 Background Color

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

This div background color is #efda90


#efda90 Border Color

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

This div border color is #efda90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efda90


Comments

No comments written yet.

Please login to write comment.