color codes Logo

#aadceb color codes

#AADCEB
(170,220,235)
0 Favorites   0 Comments

Color spaces of #aadceb

RGB 170220235
HSL0.540.620.79
HSV194°28°92°
CMYK 0.280.060.00   0.08
XYZ57.166265.730688.2716
Yxy65.73060.27070.3113
Hunter Lab81.0744-16.0185-7.8012
CIE-Lab84.8588-12.6800-12.5932

#aadceb color RGB value is (170,220,235).

#aadceb hex color red value is 170, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aadceb hue: 0.54 , saturation: 0.62 and the lightness value of aadceb is 0.79.

The process color (four color CMYK) of #aadceb color code is 0.28, 0.06, 0.00, 0.08. Web safe color of #aadceb is #99ccff. Color #aadceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 11101011
Octal 252 334 353
Decimal 170 220 235
Hex AA DC EB

RGB Percentages of Color #aadceb

%27.20
%35.20
%37.60

CMYK Percentages of Color #aadceb

%28
%6
%0
%8

Triadic Colors of #aadceb

#aadceb #ebaadc #dcebaa

Analogous Colors of #aadceb

#aadceb #aabceb #aaebda

Monochromatic Colors of #aadceb

#aadceb

Complementary Color

#aadceb #ebb9aa

#aadceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadceb Color CSS Codes

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

#aadceb Text Font Color

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

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


#aadceb Background Color

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

This div background color is #aadceb


#aadceb Border Color

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

This div border color is #aadceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadceb


Comments

No comments written yet.

Please login to write comment.