Color Hex Logo

#adccef Color Hex

#ADCCEF
(173,204,239)
0 Favorites   0 Comments

Color spaces of #adccef

RGB 173204239
HSL0.590.670.81
HSV212°28°94°
CMYK 0.280.150.00   0.06
XYZ54.406458.302090.0472
Yxy58.30200.26830.2875
Hunter Lab76.3557-6.4345-16.4723
CIE-Lab80.9064-2.5480-20.6499

#adccef color RGB value is (173,204,239).

#adccef hex color red value is 173, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #adccef hue: 0.59 , saturation: 0.67 and the lightness value of adccef is 0.81.

The process color (four color CMYK) of #adccef color hex is 0.28, 0.15, 0.00, 0.06. Web safe color of #adccef is #99ccff. Color #adccef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11101111
Octal 255 314 357
Decimal 173 204 239
Hex AD CC EF

RGB Percentages of Color #adccef

%28.08
%33.12
%38.80

CMYK Percentages of Color #adccef

%28
%15
%0
%6

Triadic Colors of #adccef

#adccef #efadcc #ccefad

Analogous Colors of #adccef

#adccef #afadef #adedef

Monochromatic Colors of #adccef

#adccef

Complementary Color

#adccef #efd0ad

#adccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccef Color CSS Codes

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

#adccef Text Font Color

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

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


#adccef Background Color

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

This div background color is #adccef


#adccef Border Color

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

This div border color is #adccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccef


Comments

No comments written yet.

Please login to write comment.