Color Hex Logo

#abcdd2 Color Hex

#ABCDD2
(171,205,210)
0 Favorites   0 Comments

Color spaces of #abcdd2

RGB 171205210
HSL0.520.300.75
HSV188°19°82°
CMYK 0.190.020.00   0.18
XYZ50.258856.973769.3209
Yxy56.97370.28470.3227
Hunter Lab75.4809-13.2378-1.6147
CIE-Lab80.1648-10.1810-6.2526

#abcdd2 color RGB value is (171,205,210).

#abcdd2 hex color red value is 171, green value is 205 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #abcdd2 hue: 0.52 , saturation: 0.30 and the lightness value of abcdd2 is 0.75.

The process color (four color CMYK) of #abcdd2 color hex is 0.19, 0.02, 0.00, 0.18. Web safe color of #abcdd2 is #99cccc. Color #abcdd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 11010010
Octal 253 315 322
Decimal 171 205 210
Hex AB CD D2

RGB Percentages of Color #abcdd2

%29.18
%34.98
%35.84

CMYK Percentages of Color #abcdd2

%19
%2
%0
%18

Triadic Colors of #abcdd2

#abcdd2 #d2abcd #cdd2ab

Analogous Colors of #abcdd2

#abcdd2 #abbad2 #abd2c4

Monochromatic Colors of #abcdd2

#abcdd2

Complementary Color

#abcdd2 #d2b0ab

#abcdd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcdd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcdd2 Color CSS Codes

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

#abcdd2 Text Font Color

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

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


#abcdd2 Background Color

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

This div background color is #abcdd2


#abcdd2 Border Color

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

This div border color is #abcdd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcdd2


Comments

No comments written yet.

Please login to write comment.