Color Hex Logo

#abcadf Color Hex

#ABCADF
(171,202,223)
0 Favorites   0 Comments

Color spaces of #abcadf

RGB 171202223
HSL0.570.450.77
HSV204°23°87°
CMYK 0.230.090.00   0.13
XYZ51.234456.226777.9645
Yxy56.22670.27630.3032
Hunter Lab74.9845-9.2597-9.1572
CIE-Lab79.7427-5.7620-13.8533

#abcadf color RGB value is (171,202,223).

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

The process color (four color CMYK) of #abcadf color hex is 0.23, 0.09, 0.00, 0.13. Web safe color of #abcadf is #99cccc. Color #abcadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11011111
Octal 253 312 337
Decimal 171 202 223
Hex AB CA DF

RGB Percentages of Color #abcadf

%28.69
%33.89
%37.42

CMYK Percentages of Color #abcadf

%23
%9
%0
%13

Triadic Colors of #abcadf

#abcadf #dfabca #cadfab

Analogous Colors of #abcadf

#abcadf #abb0df #abdfda

Monochromatic Colors of #abcadf

#abcadf

Complementary Color

#abcadf #dfc0ab

#abcadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcadf Color CSS Codes

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

#abcadf Text Font Color

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

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


#abcadf Background Color

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

This div background color is #abcadf


#abcadf Border Color

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

This div border color is #abcadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcadf


Comments

No comments written yet.

Please login to write comment.