Color Hex Logo

#eefbce Color Hex

#EEFBCE
(238,251,206)
0 Favorites   0 Comments

Color spaces of #eefbce

RGB 238251206
HSL0.210.850.90
HSV77°18°98°
CMYK 0.050.000.18   0.02
XYZ80.897791.627771.8147
Yxy91.62770.33110.3750
Hunter Lab95.7224-16.658722.5239
CIE-Lab96.6679-11.793020.1621

#eefbce color RGB value is (238,251,206).

#eefbce hex color red value is 238, green value is 251 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eefbce hue: 0.21 , saturation: 0.85 and the lightness value of eefbce is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 11001110
Octal 356 373 316
Decimal 238 251 206
Hex EE FB CE

RGB Percentages of Color #eefbce

%34.24
%36.12
%29.64

CMYK Percentages of Color #eefbce

%5
%0
%18
%2

Triadic Colors of #eefbce

#eefbce #ceeefb #fbceee

Analogous Colors of #eefbce

#eefbce #d8fbce #fbf2ce

Monochromatic Colors of #eefbce

#eefbce

Complementary Color

#eefbce #dbcefb

#eefbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbce Color CSS Codes

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

#eefbce Text Font Color

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

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


#eefbce Background Color

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

This div background color is #eefbce


#eefbce Border Color

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

This div border color is #eefbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbce

Related Colors


Comments

No comments written yet.

Please login to write comment.