Color Hex Logo

#adcceb Color Hex

#ADCCEB
(173,204,235)
0 Favorites   0 Comments

Color spaces of #adcceb

RGB 173204235
HSL0.580.610.80
HSV210°26°92°
CMYK 0.260.130.00   0.08
XYZ53.821858.068186.9688
Yxy58.06810.27070.2920
Hunter Lab76.2024-7.2796-14.3252
CIE-Lab80.7766-3.4809-18.7095

#adcceb color RGB value is (173,204,235).

#adcceb hex color red value is 173, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #adcceb hue: 0.58 , saturation: 0.61 and the lightness value of adcceb is 0.80.

The process color (four color CMYK) of #adcceb color hex is 0.26, 0.13, 0.00, 0.08. Web safe color of #adcceb is #99ccff. Color #adcceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11101011
Octal 255 314 353
Decimal 173 204 235
Hex AD CC EB

RGB Percentages of Color #adcceb

%28.27
%33.33
%38.40

CMYK Percentages of Color #adcceb

%26
%13
%0
%8

Triadic Colors of #adcceb

#adcceb #ebadcc #ccebad

Analogous Colors of #adcceb

#adcceb #adadeb #adebeb

Monochromatic Colors of #adcceb

#adcceb

Complementary Color

#adcceb #ebccad

#adcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcceb Color CSS Codes

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

#adcceb Text Font Color

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

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


#adcceb Background Color

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

This div background color is #adcceb


#adcceb Border Color

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

This div border color is #adcceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcceb


Comments

No comments written yet.

Please login to write comment.