Color Hex Logo

#abcada Color Hex

#ABCADA
(171,202,218)
0 Favorites   0 Comments

Color spaces of #abcada

RGB 171202218
HSL0.560.390.76
HSV200°22°85°
CMYK 0.220.070.00   0.15
XYZ50.570055.960974.4659
Yxy55.96090.27940.3092
Hunter Lab74.8070-10.2452-6.6547
CIE-Lab79.5916-6.8773-11.3964

#abcada color RGB value is (171,202,218).

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

The process color (four color CMYK) of #abcada color hex is 0.22, 0.07, 0.00, 0.15. Web safe color of #abcada is #99cccc. Color #abcada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11011010
Octal 253 312 332
Decimal 171 202 218
Hex AB CA DA

RGB Percentages of Color #abcada

%28.93
%34.18
%36.89

CMYK Percentages of Color #abcada

%22
%7
%0
%15

Triadic Colors of #abcada

#abcada #daabca #cadaab

Analogous Colors of #abcada

#abcada #abb3da #abdad3

Monochromatic Colors of #abcada

#abcada

Complementary Color

#abcada #dabbab

#abcada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcada Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcada Color CSS Codes

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

#abcada Text Font Color

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

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


#abcada Background Color

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

This div background color is #abcada


#abcada Border Color

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

This div border color is #abcada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcada


Comments

No comments written yet.

Please login to write comment.