Color Hex Logo

#a0cdd5 Color Hex

#A0CDD5
(160,205,213)
0 Favorites   0 Comments

Color spaces of #a0cdd5

RGB 160205213
HSL0.530.390.73
HSV189°25°84°
CMYK 0.250.040.00   0.16
XYZ48.338855.940371.2006
Yxy55.94030.27550.3188
Hunter Lab74.7932-15.5238-4.0868
CIE-Lab79.5798-12.8752-8.8024

#a0cdd5 color RGB value is (160,205,213).

#a0cdd5 hex color red value is 160, green value is 205 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #a0cdd5 hue: 0.53 , saturation: 0.39 and the lightness value of a0cdd5 is 0.73.

The process color (four color CMYK) of #a0cdd5 color hex is 0.25, 0.04, 0.00, 0.16. Web safe color of #a0cdd5 is #99cccc. Color #a0cdd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001101 11010101
Octal 240 315 325
Decimal 160 205 213
Hex A0 CD D5

RGB Percentages of Color #a0cdd5

%27.68
%35.47
%36.85

CMYK Percentages of Color #a0cdd5

%25
%4
%0
%16

Triadic Colors of #a0cdd5

#a0cdd5 #d5a0cd #cdd5a0

Analogous Colors of #a0cdd5

#a0cdd5 #a0b3d5 #a0d5c3

Monochromatic Colors of #a0cdd5

#a0cdd5

Complementary Color

#a0cdd5 #d5a8a0

#a0cdd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cdd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cdd5 Color CSS Codes

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

#a0cdd5 Text Font Color

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

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


#a0cdd5 Background Color

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

This div background color is #a0cdd5


#a0cdd5 Border Color

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

This div border color is #a0cdd5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,205,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0cdd5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0cdd5;
  -webkit-box-shadow: 1px 1px 3px 2px #a0cdd5;
  box-shadow:         1px 1px 3px 2px #a0cdd5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,205,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cdd5


Comments

No comments written yet.

Please login to write comment.