Color Hex Logo

#adcbe0 Color Hex

#ADCBE0
(173,203,224)
0 Favorites   0 Comments

Color spaces of #adcbe0

RGB 173203224
HSL0.570.450.78
HSV205°23°88°
CMYK 0.230.090.00   0.12
XYZ52.044156.977978.7758
Yxy56.97790.27710.3034
Hunter Lab75.4837-9.0253-9.0372
CIE-Lab80.1672-5.4593-13.7399

#adcbe0 color RGB value is (173,203,224).

#adcbe0 hex color red value is 173, green value is 203 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #adcbe0 hue: 0.57 , saturation: 0.45 and the lightness value of adcbe0 is 0.78.

The process color (four color CMYK) of #adcbe0 color hex is 0.23, 0.09, 0.00, 0.12. Web safe color of #adcbe0 is #99cccc. Color #adcbe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11100000
Octal 255 313 340
Decimal 173 203 224
Hex AD CB E0

RGB Percentages of Color #adcbe0

%28.83
%33.83
%37.33

CMYK Percentages of Color #adcbe0

%23
%9
%0
%12

Triadic Colors of #adcbe0

#adcbe0 #e0adcb #cbe0ad

Analogous Colors of #adcbe0

#adcbe0 #adb2e0 #ade0dc

Monochromatic Colors of #adcbe0

#adcbe0

Complementary Color

#adcbe0 #e0c2ad

#adcbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbe0 Color CSS Codes

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

#adcbe0 Text Font Color

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

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


#adcbe0 Background Color

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

This div background color is #adcbe0


#adcbe0 Border Color

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

This div border color is #adcbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbe0


Comments

No comments written yet.

Please login to write comment.