Color Hex Logo

#a5febd Color Hex

#A5FEBD
(165,254,189)
0 Favorites   0 Comments

Color spaces of #a5febd

RGB 165254189
HSL0.380.980.82
HSV136°35°100°
CMYK 0.350.000.26   0.00
XYZ60.144282.557160.9093
Yxy82.55710.29540.4055
Hunter Lab90.8609-40.850923.8572
CIE-Lab92.8202-39.791222.8284

#a5febd color RGB value is (165,254,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111110 10111101
Octal 245 376 275
Decimal 165 254 189
Hex A5 FE BD

RGB Percentages of Color #a5febd

%27.14
%41.78
%31.09

CMYK Percentages of Color #a5febd

%35
%0
%26
%0

Triadic Colors of #a5febd

#a5febd #bda5fe #febda5

Analogous Colors of #a5febd

#a5febd #a5feea #bafea5

Monochromatic Colors of #a5febd

#a5febd

Complementary Color

#a5febd #fea5e6

#a5febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5febd Color CSS Codes

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

#a5febd Text Font Color

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

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


#a5febd Background Color

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

This div background color is #a5febd


#a5febd Border Color

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

This div border color is #a5febd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5febd

Related Colors


Comments

No comments written yet.

Please login to write comment.