Color Hex Logo

#adcbfe Color Hex

#ADCBFE
(173,203,254)
0 Favorites   0 Comments

Color spaces of #adcbfe

RGB 173203254
HSL0.600.980.84
HSV218°32°100°
CMYK 0.320.200.00   0.00
XYZ56.478958.7519102.1294
Yxy58.75190.25980.2703
Hunter Lab76.6498-2.6106-25.3441
CIE-Lab81.15501.5863-28.2677

#adcbfe color RGB value is (173,203,254).

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

The process color (four color CMYK) of #adcbfe color hex is 0.32, 0.20, 0.00, 0.00. Web safe color of #adcbfe is #99ccff. Color #adcbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11111110
Octal 255 313 376
Decimal 173 203 254
Hex AD CB FE

RGB Percentages of Color #adcbfe

%27.46
%32.22
%40.32

CMYK Percentages of Color #adcbfe

%32
%20
%0
%0

Triadic Colors of #adcbfe

#adcbfe #feadcb #cbfead

Analogous Colors of #adcbfe

#adcbfe #b8adfe #adf4fe

Monochromatic Colors of #adcbfe

#adcbfe

Complementary Color

#adcbfe #fee0ad

#adcbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbfe Color CSS Codes

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

#adcbfe Text Font Color

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

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


#adcbfe Background Color

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

This div background color is #adcbfe


#adcbfe Border Color

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

This div border color is #adcbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbfe


Comments

No comments written yet.

Please login to write comment.