Color Hex Logo

#effebb Color Hex

#EFFEBB
(239,254,187)
0 Favorites   0 Comments

Color spaces of #effebb

RGB 239254187
HSL0.200.970.86
HSV73°26°100°
CMYK 0.060.000.26   0.00
XYZ80.008192.822260.7133
Yxy92.82220.34260.3975
Hunter Lab96.3443-20.369030.0782
CIE-Lab97.1554-15.637530.4798

#effebb color RGB value is (239,254,187).

#effebb hex color red value is 239, green value is 254 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #effebb hue: 0.20 , saturation: 0.97 and the lightness value of effebb is 0.86.

The process color (four color CMYK) of #effebb color hex is 0.06, 0.00, 0.26, 0.00. Web safe color of #effebb is #ffffcc. Color #effebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 10111011
Octal 357 376 273
Decimal 239 254 187
Hex EF FE BB

RGB Percentages of Color #effebb

%35.15
%37.35
%27.50

CMYK Percentages of Color #effebb

%6
%0
%26
%0

Triadic Colors of #effebb

#effebb #bbeffe #febbef

Analogous Colors of #effebb

#effebb #cefebb #feecbb

Monochromatic Colors of #effebb

#effebb

Complementary Color

#effebb #cabbfe

#effebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#effebb Color CSS Codes

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

#effebb Text Font Color

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

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


#effebb Background Color

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

This div background color is #effebb


#effebb Border Color

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

This div border color is #effebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effebb


Comments

No comments written yet.

Please login to write comment.