Color Hex Logo

#aabceb Color Hex

#AABCEB
(170,188,235)
0 Favorites   0 Comments

Color spaces of #aabceb

RGB 170188235
HSL0.620.620.79
HSV223°28°92°
CMYK 0.280.200.00   0.08
XYZ49.556250.510685.7349
Yxy50.51060.26670.2719
Hunter Lab71.07080.0904-21.7738
CIE-Lab76.38164.2330-25.4053

#aabceb color RGB value is (170,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 11101011
Octal 252 274 353
Decimal 170 188 235
Hex AA BC EB

RGB Percentages of Color #aabceb

%28.67
%31.70
%39.63

CMYK Percentages of Color #aabceb

%28
%20
%0
%8

Triadic Colors of #aabceb

#aabceb #ebaabc #bcebaa

Analogous Colors of #aabceb

#aabceb #b9aaeb #aaddeb

Monochromatic Colors of #aabceb

#aabceb

Complementary Color

#aabceb #ebd9aa

#aabceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabceb Color CSS Codes

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

#aabceb Text Font Color

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

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


#aabceb Background Color

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

This div background color is #aabceb


#aabceb Border Color

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

This div border color is #aabceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabceb


Comments

No comments written yet.

Please login to write comment.