Color Hex Logo

#eef5bc Color Hex

#EEF5BC
(238,245,188)
0 Favorites   0 Comments

Color spaces of #eef5bc

RGB 238245188
HSL0.190.740.85
HSV67°23°96°
CMYK 0.030.000.23   0.04
XYZ76.989487.112860.3336
Yxy87.11280.34300.3881
Hunter Lab93.3342-16.094127.0074
CIE-Lab94.7861-11.438826.7387

#eef5bc color RGB value is (238,245,188).

#eef5bc hex color red value is 238, green value is 245 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #eef5bc hue: 0.19 , saturation: 0.74 and the lightness value of eef5bc is 0.85.

The process color (four color CMYK) of #eef5bc color hex is 0.03, 0.00, 0.23, 0.04. Web safe color of #eef5bc is #ffffcc. Color #eef5bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110101 10111100
Octal 356 365 274
Decimal 238 245 188
Hex EE F5 BC

RGB Percentages of Color #eef5bc

%35.47
%36.51
%28.02

CMYK Percentages of Color #eef5bc

%3
%0
%23
%4

Triadic Colors of #eef5bc

#eef5bc #bceef5 #f5bcee

Analogous Colors of #eef5bc

#eef5bc #d2f5bc #f5e0bc

Monochromatic Colors of #eef5bc

#eef5bc

Complementary Color

#eef5bc #c3bcf5

#eef5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef5bc Color CSS Codes

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

#eef5bc Text Font Color

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

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


#eef5bc Background Color

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

This div background color is #eef5bc


#eef5bc Border Color

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

This div border color is #eef5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef5bc

Related Colors


Comments

No comments written yet.

Please login to write comment.