Color Hex Logo

#adccfe Color Hex

#ADCCFE
(173,204,254)
0 Favorites   0 Comments

Color spaces of #adccfe

RGB 173204254
HSL0.600.980.84
HSV217°32°100°
CMYK 0.320.200.00   0.00
XYZ56.715859.2257102.2084
Yxy59.22570.26000.2715
Hunter Lab76.9582-3.1280-24.8724
CIE-Lab81.41551.0505-27.8691

#adccfe color RGB value is (173,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11111110
Octal 255 314 376
Decimal 173 204 254
Hex AD CC FE

RGB Percentages of Color #adccfe

%27.42
%32.33
%40.25

CMYK Percentages of Color #adccfe

%32
%20
%0
%0

Triadic Colors of #adccfe

#adccfe #feadcc #ccfead

Analogous Colors of #adccfe

#adccfe #b7adfe #adf5fe

Monochromatic Colors of #adccfe

#adccfe

Complementary Color

#adccfe #fedfad

#adccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccfe Color CSS Codes

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

#adccfe Text Font Color

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

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


#adccfe Background Color

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

This div background color is #adccfe


#adccfe Border Color

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

This div border color is #adccfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,204,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 #adccfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccfe

Related Colors


Comments

No comments written yet.

Please login to write comment.