Color Hex Logo

#effabb Color Hex

#EFFABB
(239,250,187)
0 Favorites   0 Comments

Color spaces of #effabb

RGB 239250187
HSL0.200.860.86
HSV70°25°98°
CMYK 0.040.000.25   0.02
XYZ78.751990.309860.2946
Yxy90.30980.34340.3938
Hunter Lab95.0315-18.383428.9043
CIE-Lab96.1251-13.680529.0828

#effabb color RGB value is (239,250,187).

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

The process color (four color CMYK) of #effabb color hex is 0.04, 0.00, 0.25, 0.02. Web safe color of #effabb is #ffffcc. Color #effabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 10111011
Octal 357 372 273
Decimal 239 250 187
Hex EF FA BB

RGB Percentages of Color #effabb

%35.36
%36.98
%27.66

CMYK Percentages of Color #effabb

%4
%0
%25
%2

Triadic Colors of #effabb

#effabb #bbeffa #fabbef

Analogous Colors of #effabb

#effabb #d0fabb #fae6bb

Monochromatic Colors of #effabb

#effabb

Complementary Color

#effabb #c6bbfa

#effabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#effabb Color CSS Codes

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

#effabb Text Font Color

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

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


#effabb Background Color

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

This div background color is #effabb


#effabb Border Color

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

This div border color is #effabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,250,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 #effabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effabb

Related Colors


Comments

No comments written yet.

Please login to write comment.