Color Hex Logo

#eeffbd Color Hex

#EEFFBD
(238,255,189)
0 Favorites   0 Comments

Color spaces of #eeffbd

RGB 238255189
HSL0.211.000.87
HSV75°26°100°
CMYK 0.070.000.26   0.00
XYZ80.205293.371361.9393
Yxy93.37130.34060.3965
Hunter Lab96.6288-20.939429.6352
CIE-Lab97.3781-16.210029.7631

#eeffbd color RGB value is (238,255,189).

#eeffbd hex color red value is 238, green value is 255 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eeffbd hue: 0.21 , saturation: 1.00 and the lightness value of eeffbd is 0.87.

The process color (four color CMYK) of #eeffbd color hex is 0.07, 0.00, 0.26, 0.00. Web safe color of #eeffbd is #ffffcc. Color #eeffbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111111 10111101
Octal 356 377 275
Decimal 238 255 189
Hex EE FF BD

RGB Percentages of Color #eeffbd

%34.90
%37.39
%27.71

CMYK Percentages of Color #eeffbd

%7
%0
%26
%0

Triadic Colors of #eeffbd

#eeffbd #bdeeff #ffbdee

Analogous Colors of #eeffbd

#eeffbd #cdffbd #ffefbd

Monochromatic Colors of #eeffbd

#eeffbd

Complementary Color

#eeffbd #cebdff

#eeffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeffbd Color CSS Codes

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

#eeffbd Text Font Color

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

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


#eeffbd Background Color

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

This div background color is #eeffbd


#eeffbd Border Color

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

This div border color is #eeffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeffbd

Related Colors


Comments

No comments written yet.

Please login to write comment.