Color Hex Logo

#adcffa Color Hex

#ADCFFA
(173,207,250)
0 Favorites   0 Comments

Color spaces of #adcffa

RGB 173207250
HSL0.590.890.83
HSV214°31°98°
CMYK 0.310.170.00   0.02
XYZ56.801760.412099.1094
Yxy60.41200.26260.2793
Hunter Lab77.7252-5.5709-21.1946
CIE-Lab82.0616-1.5221-24.7555

#adcffa color RGB value is (173,207,250).

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

The process color (four color CMYK) of #adcffa color hex is 0.31, 0.17, 0.00, 0.02. Web safe color of #adcffa is #99ccff. Color #adcffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11111010
Octal 255 317 372
Decimal 173 207 250
Hex AD CF FA

RGB Percentages of Color #adcffa

%27.46
%32.86
%39.68

CMYK Percentages of Color #adcffa

%31
%17
%0
%2

Triadic Colors of #adcffa

#adcffa #faadcf #cffaad

Analogous Colors of #adcffa

#adcffa #b2adfa #adf6fa

Monochromatic Colors of #adcffa

#adcffa

Complementary Color

#adcffa #fad8ad

#adcffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcffa Color CSS Codes

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

#adcffa Text Font Color

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

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


#adcffa Background Color

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

This div background color is #adcffa


#adcffa Border Color

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

This div border color is #adcffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcffa

Related Colors


Comments

No comments written yet.

Please login to write comment.