Color Hex Logo

#eefdcb Color Hex

#EEFDCB
(238,253,203)
0 Favorites   0 Comments

Color spaces of #eefdcb

RGB 238253203
HSL0.220.930.89
HSV78°20°99°
CMYK 0.060.000.20   0.01
XYZ81.164792.739570.1226
Yxy92.73950.33260.3800
Hunter Lab96.3013-18.084024.2385
CIE-Lab97.1218-13.228622.3229

#eefdcb color RGB value is (238,253,203).

#eefdcb hex color red value is 238, green value is 253 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eefdcb hue: 0.22 , saturation: 0.93 and the lightness value of eefdcb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111101 11001011
Octal 356 375 313
Decimal 238 253 203
Hex EE FD CB

RGB Percentages of Color #eefdcb

%34.29
%36.46
%29.25

CMYK Percentages of Color #eefdcb

%6
%0
%20
%1

Triadic Colors of #eefdcb

#eefdcb #cbeefd #fdcbee

Analogous Colors of #eefdcb

#eefdcb #d5fdcb #fdf3cb

Monochromatic Colors of #eefdcb

#eefdcb

Complementary Color

#eefdcb #dacbfd

#eefdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefdcb Color CSS Codes

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

#eefdcb Text Font Color

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

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


#eefdcb Background Color

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

This div background color is #eefdcb


#eefdcb Border Color

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

This div border color is #eefdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefdcb


Comments

No comments written yet.

Please login to write comment.