Color Hex Logo

#eefabb Color Hex

#EEFABB
(238,250,187)
0 Favorites   0 Comments

Color spaces of #eefabb

RGB 238250187
HSL0.200.860.86
HSV71°25°98°
CMYK 0.050.000.25   0.02
XYZ78.415190.136260.2788
Yxy90.13620.34270.3939
Hunter Lab94.9401-18.714328.8140
CIE-Lab96.0532-14.041128.9732

#eefabb color RGB value is (238,250,187).

#eefabb hex color red value is 238, green value is 250 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eefabb hue: 0.20 , saturation: 0.86 and the lightness value of eefabb is 0.86.

The process color (four color CMYK) of #eefabb color hex is 0.05, 0.00, 0.25, 0.02. Web safe color of #eefabb is #ffffcc. Color #eefabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 10111011
Octal 356 372 273
Decimal 238 250 187
Hex EE FA BB

RGB Percentages of Color #eefabb

%35.26
%37.04
%27.70

CMYK Percentages of Color #eefabb

%5
%0
%25
%2

Triadic Colors of #eefabb

#eefabb #bbeefa #fabbee

Analogous Colors of #eefabb

#eefabb #cffabb #fae7bb

Monochromatic Colors of #eefabb

#eefabb

Complementary Color

#eefabb #c7bbfa

#eefabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefabb Color CSS Codes

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

#eefabb Text Font Color

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

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


#eefabb Background Color

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

This div background color is #eefabb


#eefabb Border Color

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

This div border color is #eefabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,250,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefabb


Comments

No comments written yet.

Please login to write comment.