Color Hex Logo

#adcbf9 Color Hex

#ADCBF9
(173,203,249)
0 Favorites   0 Comments

Color spaces of #adcbf9

RGB 173203249
HSL0.600.860.83
HSV216°31°98°
CMYK 0.310.180.00   0.02
XYZ55.688458.435797.9666
Yxy58.43570.26260.2755
Hunter Lab76.4432-3.7396-22.4734
CIE-Lab80.98040.3685-25.8718

#adcbf9 color RGB value is (173,203,249).

#adcbf9 hex color red value is 173, green value is 203 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #adcbf9 hue: 0.60 , saturation: 0.86 and the lightness value of adcbf9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11111001
Octal 255 313 371
Decimal 173 203 249
Hex AD CB F9

RGB Percentages of Color #adcbf9

%27.68
%32.48
%39.84

CMYK Percentages of Color #adcbf9

%31
%18
%0
%2

Triadic Colors of #adcbf9

#adcbf9 #f9adcb #cbf9ad

Analogous Colors of #adcbf9

#adcbf9 #b5adf9 #adf1f9

Monochromatic Colors of #adcbf9

#adcbf9

Complementary Color

#adcbf9 #f9dbad

#adcbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbf9 Color CSS Codes

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

#adcbf9 Text Font Color

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

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


#adcbf9 Background Color

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

This div background color is #adcbf9


#adcbf9 Border Color

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

This div border color is #adcbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbf9


Comments

No comments written yet.

Please login to write comment.