Color Hex Logo

#eff1cb Color Hex

#EFF1CB
(239,241,203)
0 Favorites   0 Comments

Color spaces of #eff1cb

RGB 239241203
HSL0.180.580.87
HSV63°16°95°
CMYK 0.010.000.16   0.05
XYZ77.831485.573168.9150
Yxy85.57310.33500.3683
Hunter Lab92.5057-11.700820.5841
CIE-Lab94.1295-6.915718.1610

#eff1cb color RGB value is (239,241,203).

#eff1cb hex color red value is 239, green value is 241 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eff1cb hue: 0.18 , saturation: 0.58 and the lightness value of eff1cb is 0.87.

The process color (four color CMYK) of #eff1cb color hex is 0.01, 0.00, 0.16, 0.05. Web safe color of #eff1cb is #ffffcc. Color #eff1cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110001 11001011
Octal 357 361 313
Decimal 239 241 203
Hex EF F1 CB

RGB Percentages of Color #eff1cb

%34.99
%35.29
%29.72

CMYK Percentages of Color #eff1cb

%1
%0
%16
%5

Triadic Colors of #eff1cb

#eff1cb #cbeff1 #f1cbef

Analogous Colors of #eff1cb

#eff1cb #dcf1cb #f1e0cb

Monochromatic Colors of #eff1cb

#eff1cb

Complementary Color

#eff1cb #cdcbf1

#eff1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff1cb Color CSS Codes

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

#eff1cb Text Font Color

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

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


#eff1cb Background Color

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

This div background color is #eff1cb


#eff1cb Border Color

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

This div border color is #eff1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff1cb


Comments

No comments written yet.

Please login to write comment.