Color Hex Logo

#eefcbd Color Hex

#EEFCBD
(238,252,189)
0 Favorites   0 Comments

Color spaces of #eefcbd

RGB 238252189
HSL0.200.910.86
HSV73°25°99°
CMYK 0.060.000.25   0.01
XYZ79.255691.472161.6228
Yxy91.47210.34110.3937
Hunter Lab95.6410-19.452928.7474
CIE-Lab96.6041-14.746028.7114

#eefcbd color RGB value is (238,252,189).

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

The process color (four color CMYK) of #eefcbd color hex is 0.06, 0.00, 0.25, 0.01. Web safe color of #eefcbd is #ffffcc. Color #eefcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 10111101
Octal 356 374 275
Decimal 238 252 189
Hex EE FC BD

RGB Percentages of Color #eefcbd

%35.05
%37.11
%27.84

CMYK Percentages of Color #eefcbd

%6
%0
%25
%1

Triadic Colors of #eefcbd

#eefcbd #bdeefc #fcbdee

Analogous Colors of #eefcbd

#eefcbd #cffcbd #fcebbd

Monochromatic Colors of #eefcbd

#eefcbd

Complementary Color

#eefcbd #cbbdfc

#eefcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefcbd Color CSS Codes

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

#eefcbd Text Font Color

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

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


#eefcbd Background Color

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

This div background color is #eefcbd


#eefcbd Border Color

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

This div border color is #eefcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefcbd

Related Colors


Comments

No comments written yet.

Please login to write comment.