Color Hex Logo

#efec90 Color Hex

#EFEC90
(239,236,144)
0 Favorites   0 Comments

Color spaces of #efec90

RGB 239236144
HSL0.160.750.75
HSV58°40°94°
CMYK 0.000.010.40   0.06
XYZ70.626180.355238.1733
Yxy80.35520.37340.4248
Hunter Lab89.6411-16.235937.5003
CIE-Lab91.8440-11.969244.9128

#efec90 color RGB value is (239,236,144).

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

The process color (four color CMYK) of #efec90 color hex is 0.00, 0.01, 0.40, 0.06. Web safe color of #efec90 is #ffff99. Color #efec90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 10010000
Octal 357 354 220
Decimal 239 236 144
Hex EF EC 90

RGB Percentages of Color #efec90

%38.61
%38.13
%23.26

CMYK Percentages of Color #efec90

%0
%1
%40
%6

Triadic Colors of #efec90

#efec90 #90efec #ec90ef

Analogous Colors of #efec90

#efec90 #c3ef90 #efbd90

Monochromatic Colors of #efec90

#efec90

Complementary Color

#efec90 #9093ef

#efec90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efec90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efec90 Color CSS Codes

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

#efec90 Text Font Color

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

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


#efec90 Background Color

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

This div background color is #efec90


#efec90 Border Color

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

This div border color is #efec90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efec90


Comments

No comments written yet.

Please login to write comment.