Color Hex Logo

#efee90 Color Hex

#EFEE90
(239,238,144)
0 Favorites   0 Comments

Color spaces of #efee90

RGB 239238144
HSL0.160.750.75
HSV59°40°94°
CMYK 0.000.000.40   0.06
XYZ71.205281.513438.3663
Yxy81.51340.37260.4266
Hunter Lab90.2848-17.220138.0042
CIE-Lab92.3597-12.957545.5646

#efee90 color RGB value is (239,238,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 10010000
Octal 357 356 220
Decimal 239 238 144
Hex EF EE 90

RGB Percentages of Color #efee90

%38.49
%38.33
%23.19

CMYK Percentages of Color #efee90

%0
%0
%40
%6

Triadic Colors of #efee90

#efee90 #90efee #ee90ef

Analogous Colors of #efee90

#efee90 #c1ef90 #efbf90

Monochromatic Colors of #efee90

#efee90

Complementary Color

#efee90 #9091ef

#efee90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efee90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efee90 Color CSS Codes

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

#efee90 Text Font Color

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

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


#efee90 Background Color

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

This div background color is #efee90


#efee90 Border Color

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

This div border color is #efee90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efee90


Comments

No comments written yet.

Please login to write comment.