Color Hex Logo

#adcbe9 Color Hex

#ADCBE9
(173,203,233)
0 Favorites   0 Comments

Color spaces of #adcbe9

RGB 173203233
HSL0.580.580.80
HSV210°26°91°
CMYK 0.260.130.00   0.09
XYZ53.297557.479385.3763
Yxy57.47930.27170.2930
Hunter Lab75.8151-7.1922-13.6966
CIE-Lab80.4484-3.4138-18.1357

#adcbe9 color RGB value is (173,203,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11101001
Octal 255 313 351
Decimal 173 203 233
Hex AD CB E9

RGB Percentages of Color #adcbe9

%28.41
%33.33
%38.26

CMYK Percentages of Color #adcbe9

%26
%13
%0
%9

Triadic Colors of #adcbe9

#adcbe9 #e9adcb #cbe9ad

Analogous Colors of #adcbe9

#adcbe9 #adade9 #ade9e9

Monochromatic Colors of #adcbe9

#adcbe9

Complementary Color

#adcbe9 #e9cbad

#adcbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbe9 Color CSS Codes

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

#adcbe9 Text Font Color

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

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


#adcbe9 Background Color

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

This div background color is #adcbe9


#adcbe9 Border Color

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

This div border color is #adcbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbe9


Comments

No comments written yet.

Please login to write comment.