Color Hex Logo

#adfafc Color Hex

#ADFAFC
(173,250,252)
0 Favorites   0 Comments

Color spaces of #adfafc

RGB 173250252
HSL0.500.930.83
HSV182°31°99°
CMYK 0.310.010.00   0.01
XYZ68.989984.2837104.7277
Yxy84.28370.26740.3267
Hunter Lab91.8062-26.5227-3.3706
CIE-Lab93.5736-22.9489-8.5028

#adfafc color RGB value is (173,250,252).

#adfafc hex color red value is 173, green value is 250 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #adfafc hue: 0.50 , saturation: 0.93 and the lightness value of adfafc is 0.83.

The process color (four color CMYK) of #adfafc color hex is 0.31, 0.01, 0.00, 0.01. Web safe color of #adfafc is #99ffff. Color #adfafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 11111100
Octal 255 372 374
Decimal 173 250 252
Hex AD FA FC

RGB Percentages of Color #adfafc

%25.63
%37.04
%37.33

CMYK Percentages of Color #adfafc

%31
%1
%0
%1

Triadic Colors of #adfafc

#adfafc #fcadfa #fafcad

Analogous Colors of #adfafc

#adfafc #add3fc #adfcd7

Monochromatic Colors of #adfafc

#adfafc

Complementary Color

#adfafc #fcafad

#adfafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfafc Color CSS Codes

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

#adfafc Text Font Color

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

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


#adfafc Background Color

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

This div background color is #adfafc


#adfafc Border Color

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

This div border color is #adfafc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,250,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adfafc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adfafc;
  -webkit-box-shadow: 1px 1px 3px 2px #adfafc;
  box-shadow:         1px 1px 3px 2px #adfafc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,250,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfafc

Related Colors


Comments

No comments written yet.

Please login to write comment.