Color Hex Logo

#effba4 Color Hex

#EFFBA4
(239,251,164)
0 Favorites   0 Comments

Color spaces of #effba4

RGB 239251164
HSL0.190.920.81
HSV68°35°98°
CMYK 0.050.000.35   0.02
XYZ76.794690.025448.4511
Yxy90.02540.35670.4182
Hunter Lab94.8817-21.570136.1409
CIE-Lab96.0073-17.096040.4258

#effba4 color RGB value is (239,251,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 10100100
Octal 357 373 244
Decimal 239 251 164
Hex EF FB A4

RGB Percentages of Color #effba4

%36.54
%38.38
%25.08

CMYK Percentages of Color #effba4

%5
%0
%35
%2

Triadic Colors of #effba4

#effba4 #a4effb #fba4ef

Analogous Colors of #effba4

#effba4 #c4fba4 #fbdca4

Monochromatic Colors of #effba4

#effba4

Complementary Color

#effba4 #b0a4fb

#effba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effba4 Color CSS Codes

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

#effba4 Text Font Color

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

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


#effba4 Background Color

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

This div background color is #effba4


#effba4 Border Color

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

This div border color is #effba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effba4

Related Colors


Comments

No comments written yet.

Please login to write comment.