Color Hex Logo

#ebffa1 Color Hex

#EBFFA1
(235,255,161)
0 Favorites   0 Comments

Color spaces of #ebffa1

RGB 235255161
HSL0.201.000.82
HSV73°37°100°
CMYK 0.080.000.37   0.00
XYZ76.454091.755447.3992
Yxy91.75540.35460.4256
Hunter Lab95.7890-25.161137.7139
CIE-Lab96.7202-20.858442.7681

#ebffa1 color RGB value is (235,255,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111111 10100001
Octal 353 377 241
Decimal 235 255 161
Hex EB FF A1

RGB Percentages of Color #ebffa1

%36.10
%39.17
%24.73

CMYK Percentages of Color #ebffa1

%8
%0
%37
%0

Triadic Colors of #ebffa1

#ebffa1 #a1ebff #ffa1eb

Analogous Colors of #ebffa1

#ebffa1 #bcffa1 #ffe4a1

Monochromatic Colors of #ebffa1

#ebffa1

Complementary Color

#ebffa1 #b5a1ff

#ebffa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebffa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebffa1 Color CSS Codes

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

#ebffa1 Text Font Color

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

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


#ebffa1 Background Color

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

This div background color is #ebffa1


#ebffa1 Border Color

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

This div border color is #ebffa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebffa1


Comments

No comments written yet.

Please login to write comment.