Color Hex Logo

#eefbc2 Color Hex

#EEFBC2
(238,251,194)
0 Favorites   0 Comments

Color spaces of #eefbc2

RGB 238251194
HSL0.200.880.87
HSV74°23°98°
CMYK 0.050.000.23   0.02
XYZ79.494791.066564.4267
Yxy91.06650.33830.3875
Hunter Lab95.4288-18.305126.7718
CIE-Lab96.4374-13.554725.9520

#eefbc2 color RGB value is (238,251,194).

#eefbc2 hex color red value is 238, green value is 251 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #eefbc2 hue: 0.20 , saturation: 0.88 and the lightness value of eefbc2 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 11000010
Octal 356 373 302
Decimal 238 251 194
Hex EE FB C2

RGB Percentages of Color #eefbc2

%34.85
%36.75
%28.40

CMYK Percentages of Color #eefbc2

%5
%0
%23
%2

Triadic Colors of #eefbc2

#eefbc2 #c2eefb #fbc2ee

Analogous Colors of #eefbc2

#eefbc2 #d2fbc2 #fbecc2

Monochromatic Colors of #eefbc2

#eefbc2

Complementary Color

#eefbc2 #cfc2fb

#eefbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbc2 Color CSS Codes

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

#eefbc2 Text Font Color

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

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


#eefbc2 Background Color

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

This div background color is #eefbc2


#eefbc2 Border Color

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

This div border color is #eefbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbc2


Comments

No comments written yet.

Please login to write comment.