Color Hex Logo

#efffa1 Color Hex

#EFFFA1
(239,255,161)
1 Favorites   0 Comments

Color spaces of #efffa1

RGB 239255161
HSL0.201.000.82
HSV70°37°100°
CMYK 0.060.000.37   0.00
XYZ77.789692.443947.4617
Yxy92.44390.35730.4246
Hunter Lab96.1478-23.840838.0359
CIE-Lab97.0015-19.378543.1864

#efffa1 color RGB value is (239,255,161).

#efffa1 hex color red value is 239, green value is 255 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #efffa1 hue: 0.20 , saturation: 1.00 and the lightness value of efffa1 is 0.82.

The process color (four color CMYK) of #efffa1 color hex is 0.06, 0.00, 0.37, 0.00. Web safe color of #efffa1 is #ffff99. Color #efffa1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 10100001
Octal 357 377 241
Decimal 239 255 161
Hex EF FF A1

RGB Percentages of Color #efffa1

%36.49
%38.93
%24.58

CMYK Percentages of Color #efffa1

%6
%0
%37
%0

Triadic Colors of #efffa1

#efffa1 #a1efff #ffa1ef

Analogous Colors of #efffa1

#efffa1 #c0ffa1 #ffe0a1

Monochromatic Colors of #efffa1

#efffa1

Complementary Color

#efffa1 #b1a1ff

#efffa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffa1 Color CSS Codes

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

#efffa1 Text Font Color

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

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


#efffa1 Background Color

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

This div background color is #efffa1


#efffa1 Border Color

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

This div border color is #efffa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffa1

Related Colors


Comments

No comments written yet.

Please login to write comment.