Color Hex Logo

#a5feb8 Color Hex

#A5FEB8
(165,254,184)
0 Favorites   0 Comments

Color spaces of #a5feb8

RGB 165254184
HSL0.370.980.82
HSV133°35°100°
CMYK 0.350.000.28   0.00
XYZ59.610682.343658.0995
Yxy82.34360.29800.4116
Hunter Lab90.7434-41.541725.5593
CIE-Lab92.7263-40.659725.2405

#a5feb8 color RGB value is (165,254,184).

#a5feb8 hex color red value is 165, green value is 254 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #a5feb8 hue: 0.37 , saturation: 0.98 and the lightness value of a5feb8 is 0.82.

The process color (four color CMYK) of #a5feb8 color hex is 0.35, 0.00, 0.28, 0.00. Web safe color of #a5feb8 is #99ffcc. Color #a5feb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111110 10111000
Octal 245 376 270
Decimal 165 254 184
Hex A5 FE B8

RGB Percentages of Color #a5feb8

%27.36
%42.12
%30.51

CMYK Percentages of Color #a5feb8

%35
%0
%28
%0

Triadic Colors of #a5feb8

#a5feb8 #b8a5fe #feb8a5

Analogous Colors of #a5feb8

#a5feb8 #a5fee5 #bffea5

Monochromatic Colors of #a5feb8

#a5feb8

Complementary Color

#a5feb8 #fea5eb

#a5feb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5feb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5feb8 Color CSS Codes

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

#a5feb8 Text Font Color

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

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


#a5feb8 Background Color

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

This div background color is #a5feb8


#a5feb8 Border Color

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

This div border color is #a5feb8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,254,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5feb8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5feb8;
  -webkit-box-shadow: 1px 1px 3px 2px #a5feb8;
  box-shadow:         1px 1px 3px 2px #a5feb8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,254,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5feb8


Comments

No comments written yet.

Please login to write comment.