Color Hex Logo

#adcffc Color Hex

#ADCFFC
(173,207,252)
0 Favorites   0 Comments

Color spaces of #adcffc

RGB 173207252
HSL0.590.930.83
HSV214°31°99°
CMYK 0.310.180.00   0.01
XYZ57.117160.5382100.7701
Yxy60.53820.26150.2772
Hunter Lab77.8063-5.1253-22.3245
CIE-Lab82.1299-1.0382-25.7145

#adcffc color RGB value is (173,207,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11111100
Octal 255 317 374
Decimal 173 207 252
Hex AD CF FC

RGB Percentages of Color #adcffc

%27.37
%32.75
%39.87

CMYK Percentages of Color #adcffc

%31
%18
%0
%1

Triadic Colors of #adcffc

#adcffc #fcadcf #cffcad

Analogous Colors of #adcffc

#adcffc #b3adfc #adf7fc

Monochromatic Colors of #adcffc

#adcffc

Complementary Color

#adcffc #fcdaad

#adcffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcffc Color CSS Codes

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

#adcffc Text Font Color

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

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


#adcffc Background Color

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

This div background color is #adcffc


#adcffc Border Color

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

This div border color is #adcffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,207,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 #adcffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcffc


Comments

No comments written yet.

Please login to write comment.