Color Hex Logo

#adcbe4 Color Hex

#ADCBE4
(173,203,228)
0 Favorites   0 Comments

Color spaces of #adcbe4

RGB 173203228
HSL0.580.500.79
HSV207°24°89°
CMYK 0.240.110.00   0.11
XYZ52.593157.197581.6671
Yxy57.19750.27470.2987
Hunter Lab75.6290-8.2203-11.0833
CIE-Lab80.2906-4.5578-15.6975

#adcbe4 color RGB value is (173,203,228).

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

The process color (four color CMYK) of #adcbe4 color hex is 0.24, 0.11, 0.00, 0.11. Web safe color of #adcbe4 is #99cccc. Color #adcbe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11100100
Octal 255 313 344
Decimal 173 203 228
Hex AD CB E4

RGB Percentages of Color #adcbe4

%28.64
%33.61
%37.75

CMYK Percentages of Color #adcbe4

%24
%11
%0
%11

Triadic Colors of #adcbe4

#adcbe4 #e4adcb #cbe4ad

Analogous Colors of #adcbe4

#adcbe4 #adb0e4 #ade4e2

Monochromatic Colors of #adcbe4

#adcbe4

Complementary Color

#adcbe4 #e4c6ad

#adcbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbe4 Color CSS Codes

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

#adcbe4 Text Font Color

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

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


#adcbe4 Background Color

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

This div background color is #adcbe4


#adcbe4 Border Color

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

This div border color is #adcbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbe4

#adcbe4 Color Palettes


Comments

No comments written yet.

Please login to write comment.