Color Hex Logo

#a5dbbc Color Hex

#A5DBBC
(165,219,188)
0 Favorites   0 Comments

Color spaces of #a5dbbc

RGB 165219188
HSL0.400.430.75
HSV146°25°86°
CMYK 0.250.000.14   0.14
XYZ49.925762.293256.9694
Yxy62.29320.29510.3682
Hunter Lab78.9260-25.208112.4523
CIE-Lab83.0691-23.59479.6488

#a5dbbc color RGB value is (165,219,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011011 10111100
Octal 245 333 274
Decimal 165 219 188
Hex A5 DB BC

RGB Percentages of Color #a5dbbc

%28.85
%38.29
%32.87

CMYK Percentages of Color #a5dbbc

%25
%0
%14
%14

Triadic Colors of #a5dbbc

#a5dbbc #bca5db #dbbca5

Analogous Colors of #a5dbbc

#a5dbbc #a5dbd7 #a9dba5

Monochromatic Colors of #a5dbbc

#a5dbbc

Complementary Color

#a5dbbc #dba5c4

#a5dbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dbbc Color CSS Codes

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

#a5dbbc Text Font Color

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

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


#a5dbbc Background Color

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

This div background color is #a5dbbc


#a5dbbc Border Color

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

This div border color is #a5dbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dbbc

#a5dbbc Color Palettes


Comments

No comments written yet.

Please login to write comment.