Color Hex Logo

#effbae Color Hex

#EFFBAE
(239,251,174)
0 Favorites   0 Comments

Color spaces of #effbae

RGB 239251174
HSL0.190.910.83
HSV69°31°98°
CMYK 0.050.000.31   0.02
XYZ77.733890.401153.3965
Yxy90.40110.35090.4081
Hunter Lab95.0795-20.453533.2585
CIE-Lab96.1629-15.875935.6664

#effbae color RGB value is (239,251,174).

#effbae hex color red value is 239, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #effbae hue: 0.19 , saturation: 0.91 and the lightness value of effbae is 0.83.

The process color (four color CMYK) of #effbae color hex is 0.05, 0.00, 0.31, 0.02. Web safe color of #effbae is #ffff99. Color #effbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 10101110
Octal 357 373 256
Decimal 239 251 174
Hex EF FB AE

RGB Percentages of Color #effbae

%35.99
%37.80
%26.20

CMYK Percentages of Color #effbae

%5
%0
%31
%2

Triadic Colors of #effbae

#effbae #aeeffb #fbaeef

Analogous Colors of #effbae

#effbae #c9fbae #fbe1ae

Monochromatic Colors of #effbae

#effbae

Complementary Color

#effbae #baaefb

#effbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbae Color CSS Codes

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

#effbae Text Font Color

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

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


#effbae Background Color

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

This div background color is #effbae


#effbae Border Color

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

This div border color is #effbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbae


Comments

No comments written yet.

Please login to write comment.