Color Hex Logo

#adcbe8 Color Hex

#ADCBE8
(173,203,232)
0 Favorites   0 Comments

Color spaces of #adcbe8

RGB 173203232
HSL0.580.560.79
HSV209°25°91°
CMYK 0.250.130.00   0.09
XYZ53.155057.422384.6260
Yxy57.42230.27230.2942
Hunter Lab75.7775-7.3998-13.1690
CIE-Lab80.4165-3.6441-17.6489

#adcbe8 color RGB value is (173,203,232).

#adcbe8 hex color red value is 173, green value is 203 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #adcbe8 hue: 0.58 , saturation: 0.56 and the lightness value of adcbe8 is 0.79.

The process color (four color CMYK) of #adcbe8 color hex is 0.25, 0.13, 0.00, 0.09. Web safe color of #adcbe8 is #99ccff. Color #adcbe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11101000
Octal 255 313 350
Decimal 173 203 232
Hex AD CB E8

RGB Percentages of Color #adcbe8

%28.45
%33.39
%38.16

CMYK Percentages of Color #adcbe8

%25
%13
%0
%9

Triadic Colors of #adcbe8

#adcbe8 #e8adcb #cbe8ad

Analogous Colors of #adcbe8

#adcbe8 #adaee8 #ade8e8

Monochromatic Colors of #adcbe8

#adcbe8

Complementary Color

#adcbe8 #e8caad

#adcbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbe8 Color CSS Codes

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

#adcbe8 Text Font Color

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

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


#adcbe8 Background Color

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

This div background color is #adcbe8


#adcbe8 Border Color

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

This div border color is #adcbe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbe8


Comments

No comments written yet.

Please login to write comment.