Color Hex Logo

#abbdeb Color Hex

#ABBDEB
(171,189,235)
0 Favorites   0 Comments

Color spaces of #abbdeb

RGB 171189235
HSL0.620.620.80
HSV223°27°92°
CMYK 0.270.200.00   0.08
XYZ49.987651.051385.8165
Yxy51.05130.26750.2732
Hunter Lab71.4502-0.1566-21.1962
CIE-Lab76.71013.9815-24.8976

#abbdeb color RGB value is (171,189,235).

#abbdeb hex color red value is 171, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #abbdeb hue: 0.62 , saturation: 0.62 and the lightness value of abbdeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11101011
Octal 253 275 353
Decimal 171 189 235
Hex AB BD EB

RGB Percentages of Color #abbdeb

%28.74
%31.76
%39.50

CMYK Percentages of Color #abbdeb

%27
%20
%0
%8

Triadic Colors of #abbdeb

#abbdeb #ebabbd #bdebab

Analogous Colors of #abbdeb

#abbdeb #b9abeb #abddeb

Monochromatic Colors of #abbdeb

#abbdeb

Complementary Color

#abbdeb #ebd9ab

#abbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdeb Color CSS Codes

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

#abbdeb Text Font Color

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

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


#abbdeb Background Color

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

This div background color is #abbdeb


#abbdeb Border Color

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

This div border color is #abbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdeb


Comments

No comments written yet.

Please login to write comment.