Color Hex Logo

#abcadc Color Hex

#ABCADC
(171,202,220)
0 Favorites   0 Comments

Color spaces of #abcadc

RGB 171202220
HSL0.560.410.77
HSV202°22°86°
CMYK 0.220.080.00   0.14
XYZ50.833456.066375.8528
Yxy56.06630.27820.3068
Hunter Lab74.8774-9.8540-7.6481
CIE-Lab79.6515-6.4336-12.3802

#abcadc color RGB value is (171,202,220).

#abcadc hex color red value is 171, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #abcadc hue: 0.56 , saturation: 0.41 and the lightness value of abcadc is 0.77.

The process color (four color CMYK) of #abcadc color hex is 0.22, 0.08, 0.00, 0.14. Web safe color of #abcadc is #99cccc. Color #abcadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11011100
Octal 253 312 334
Decimal 171 202 220
Hex AB CA DC

RGB Percentages of Color #abcadc

%28.84
%34.06
%37.10

CMYK Percentages of Color #abcadc

%22
%8
%0
%14

Triadic Colors of #abcadc

#abcadc #dcabca #cadcab

Analogous Colors of #abcadc

#abcadc #abb2dc #abdcd6

Monochromatic Colors of #abcadc

#abcadc

Complementary Color

#abcadc #dcbdab

#abcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcadc Color CSS Codes

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

#abcadc Text Font Color

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

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


#abcadc Background Color

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

This div background color is #abcadc


#abcadc Border Color

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

This div border color is #abcadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcadc


Comments

No comments written yet.

Please login to write comment.