Color Hex Logo

#a5ebbe Color Hex

#A5EBBE
(165,235,190)
0 Favorites   0 Comments

Color spaces of #a5ebbe

RGB 165235190
HSL0.390.640.78
HSV141°30°92°
CMYK 0.300.000.19   0.08
XYZ54.519671.133759.5719
Yxy71.13370.29430.3840
Hunter Lab84.3408-32.210417.1606
CIE-Lab87.5499-30.896114.9568

#a5ebbe color RGB value is (165,235,190).

#a5ebbe hex color red value is 165, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a5ebbe hue: 0.39 , saturation: 0.64 and the lightness value of a5ebbe is 0.78.

The process color (four color CMYK) of #a5ebbe color hex is 0.30, 0.00, 0.19, 0.08. Web safe color of #a5ebbe is #99ffcc. Color #a5ebbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101011 10111110
Octal 245 353 276
Decimal 165 235 190
Hex A5 EB BE

RGB Percentages of Color #a5ebbe

%27.97
%39.83
%32.20

CMYK Percentages of Color #a5ebbe

%30
%0
%19
%8

Triadic Colors of #a5ebbe

#a5ebbe #bea5eb #ebbea5

Analogous Colors of #a5ebbe

#a5ebbe #a5ebe1 #afeba5

Monochromatic Colors of #a5ebbe

#a5ebbe

Complementary Color

#a5ebbe #eba5d2

#a5ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ebbe Color CSS Codes

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

#a5ebbe Text Font Color

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

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


#a5ebbe Background Color

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

This div background color is #a5ebbe


#a5ebbe Border Color

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

This div border color is #a5ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ebbe


Comments

No comments written yet.

Please login to write comment.