Color Hex Logo

#a5dbbe Color Hex

#A5DBBE
(165,219,190)
0 Favorites   0 Comments

Color spaces of #a5dbbe

RGB 165219190
HSL0.410.430.75
HSV148°25°86°
CMYK 0.250.000.13   0.14
XYZ50.142862.380158.1129
Yxy62.38010.29390.3656
Hunter Lab78.9811-24.892411.6622
CIE-Lab83.1151-23.20938.6571

#a5dbbe color RGB value is (165,219,190).

#a5dbbe hex color red value is 165, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a5dbbe hue: 0.41 , saturation: 0.43 and the lightness value of a5dbbe is 0.75.

The process color (four color CMYK) of #a5dbbe color hex is 0.25, 0.00, 0.13, 0.14. Web safe color of #a5dbbe is #99cccc. Color #a5dbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011011 10111110
Octal 245 333 276
Decimal 165 219 190
Hex A5 DB BE

RGB Percentages of Color #a5dbbe

%28.75
%38.15
%33.10

CMYK Percentages of Color #a5dbbe

%25
%0
%13
%14

Triadic Colors of #a5dbbe

#a5dbbe #bea5db #dbbea5

Analogous Colors of #a5dbbe

#a5dbbe #a5dbd9 #a7dba5

Monochromatic Colors of #a5dbbe

#a5dbbe

Complementary Color

#a5dbbe #dba5c2

#a5dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dbbe Color CSS Codes

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

#a5dbbe Text Font Color

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

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


#a5dbbe Background Color

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

This div background color is #a5dbbe


#a5dbbe Border Color

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

This div border color is #a5dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dbbe


Comments

No comments written yet.

Please login to write comment.