Color Hex Logo

#efffae Color Hex

#EFFFAE
(239,255,174)
1 Favorites   0 Comments

Color spaces of #efffae

RGB 239255174
HSL0.201.000.84
HSV72°32°100°
CMYK 0.060.000.32   0.00
XYZ78.996692.926753.8175
Yxy92.92670.34990.4117
Hunter Lab96.3985-22.420334.3784
CIE-Lab97.1978-17.818437.0374

#efffae color RGB value is (239,255,174).

#efffae hex color red value is 239, green value is 255 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #efffae hue: 0.20 , saturation: 1.00 and the lightness value of efffae is 0.84.

The process color (four color CMYK) of #efffae color hex is 0.06, 0.00, 0.32, 0.00. Web safe color of #efffae is #ffff99. Color #efffae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 10101110
Octal 357 377 256
Decimal 239 255 174
Hex EF FF AE

RGB Percentages of Color #efffae

%35.78
%38.17
%26.05

CMYK Percentages of Color #efffae

%6
%0
%32
%0

Triadic Colors of #efffae

#efffae #aeefff #ffaeef

Analogous Colors of #efffae

#efffae #c7ffae #ffe7ae

Monochromatic Colors of #efffae

#efffae

Complementary Color

#efffae #beaeff

#efffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffae Color CSS Codes

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

#efffae Text Font Color

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

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


#efffae Background Color

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

This div background color is #efffae


#efffae Border Color

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

This div border color is #efffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffae

Related Colors


Comments

No comments written yet.

Please login to write comment.