Color Hex Logo

#effbc8 Color Hex

#EFFBC8
(239,251,200)
0 Favorites   0 Comments

Color spaces of #effbc8

RGB 239251200
HSL0.210.860.88
HSV74°20°98°
CMYK 0.050.000.20   0.02
XYZ80.519191.515268.0640
Yxy91.51520.33540.3812
Hunter Lab95.6636-17.169624.7801
CIE-Lab96.6218-12.334523.1677

#effbc8 color RGB value is (239,251,200).

#effbc8 hex color red value is 239, green value is 251 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #effbc8 hue: 0.21 , saturation: 0.86 and the lightness value of effbc8 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 11001000
Octal 357 373 310
Decimal 239 251 200
Hex EF FB C8

RGB Percentages of Color #effbc8

%34.64
%36.38
%28.99

CMYK Percentages of Color #effbc8

%5
%0
%20
%2

Triadic Colors of #effbc8

#effbc8 #c8effb #fbc8ef

Analogous Colors of #effbc8

#effbc8 #d6fbc8 #fbeec8

Monochromatic Colors of #effbc8

#effbc8

Complementary Color

#effbc8 #d4c8fb

#effbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbc8 Color CSS Codes

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

#effbc8 Text Font Color

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

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


#effbc8 Background Color

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

This div background color is #effbc8


#effbc8 Border Color

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

This div border color is #effbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbc8


Comments

No comments written yet.

Please login to write comment.