Color Hex Logo

#adcffb Color Hex

#ADCFFB
(173,207,251)
0 Favorites   0 Comments

Color spaces of #adcffb

RGB 173207251
HSL0.590.910.83
HSV214°31°98°
CMYK 0.310.180.00   0.02
XYZ56.959060.474999.9376
Yxy60.47490.26200.2782
Hunter Lab77.7656-5.3485-21.7584
CIE-Lab82.0956-1.2803-25.2353

#adcffb color RGB value is (173,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11111011
Octal 255 317 373
Decimal 173 207 251
Hex AD CF FB

RGB Percentages of Color #adcffb

%27.42
%32.81
%39.78

CMYK Percentages of Color #adcffb

%31
%18
%0
%2

Triadic Colors of #adcffb

#adcffb #fbadcf #cffbad

Analogous Colors of #adcffb

#adcffb #b2adfb #adf6fb

Monochromatic Colors of #adcffb

#adcffb

Complementary Color

#adcffb #fbd9ad

#adcffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcffb Color CSS Codes

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

#adcffb Text Font Color

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

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


#adcffb Background Color

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

This div background color is #adcffb


#adcffb Border Color

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

This div border color is #adcffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcffb


Comments

No comments written yet.

Please login to write comment.