Color Hex Logo

#eefbbd Color Hex

#EEFBBD
(238,251,189)
0 Favorites   0 Comments

Color spaces of #eefbbd

RGB 238251189
HSL0.200.890.86
HSV73°25°98°
CMYK 0.050.000.25   0.02
XYZ78.942490.845661.5184
Yxy90.84560.34130.3928
Hunter Lab95.3130-18.956128.4512
CIE-Lab96.3464-14.256128.3606

#eefbbd color RGB value is (238,251,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 10111101
Octal 356 373 275
Decimal 238 251 189
Hex EE FB BD

RGB Percentages of Color #eefbbd

%35.10
%37.02
%27.88

CMYK Percentages of Color #eefbbd

%5
%0
%25
%2

Triadic Colors of #eefbbd

#eefbbd #bdeefb #fbbdee

Analogous Colors of #eefbbd

#eefbbd #cffbbd #fbe9bd

Monochromatic Colors of #eefbbd

#eefbbd

Complementary Color

#eefbbd #cabdfb

#eefbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbbd Color CSS Codes

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

#eefbbd Text Font Color

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

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


#eefbbd Background Color

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

This div background color is #eefbbd


#eefbbd Border Color

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

This div border color is #eefbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbbd

Related Colors


Comments

No comments written yet.

Please login to write comment.