Color Hex Logo

#effba0 Color Hex

#EFFBA0
(239,251,160)
0 Favorites   0 Comments

Color spaces of #effba0

RGB 239251160
HSL0.190.920.81
HSV68°36°98°
CMYK 0.050.000.36   0.02
XYZ76.438989.883146.5781
Yxy89.88310.35900.4222
Hunter Lab94.8067-21.994237.2358
CIE-Lab95.9483-17.561642.3175

#effba0 color RGB value is (239,251,160).

#effba0 hex color red value is 239, green value is 251 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #effba0 hue: 0.19 , saturation: 0.92 and the lightness value of effba0 is 0.81.

The process color (four color CMYK) of #effba0 color hex is 0.05, 0.00, 0.36, 0.02. Web safe color of #effba0 is #ffff99. Color #effba0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 10100000
Octal 357 373 240
Decimal 239 251 160
Hex EF FB A0

RGB Percentages of Color #effba0

%36.77
%38.62
%24.62

CMYK Percentages of Color #effba0

%5
%0
%36
%2

Triadic Colors of #effba0

#effba0 #a0effb #fba0ef

Analogous Colors of #effba0

#effba0 #c2fba0 #fbdaa0

Monochromatic Colors of #effba0

#effba0

Complementary Color

#effba0 #aca0fb

#effba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effba0 Color CSS Codes

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

#effba0 Text Font Color

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

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


#effba0 Background Color

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

This div background color is #effba0


#effba0 Border Color

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

This div border color is #effba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effba0


Comments

No comments written yet.

Please login to write comment.