Color Hex Logo

#abbdda Color Hex

#ABBDDA
(171,189,218)
0 Favorites   0 Comments

Color spaces of #abbdda

RGB 171189218
HSL0.600.390.76
HSV217°22°85°
CMYK 0.220.130.00   0.15
XYZ47.647150.115173.4916
Yxy50.11510.27820.2926
Hunter Lab70.7920-3.7453-11.9965
CIE-Lab76.13990.0395-16.5757

#abbdda color RGB value is (171,189,218).

#abbdda hex color red value is 171, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #abbdda hue: 0.60 , saturation: 0.39 and the lightness value of abbdda is 0.76.

The process color (four color CMYK) of #abbdda color hex is 0.22, 0.13, 0.00, 0.15. Web safe color of #abbdda is #99cccc. Color #abbdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11011010
Octal 253 275 332
Decimal 171 189 218
Hex AB BD DA

RGB Percentages of Color #abbdda

%29.58
%32.70
%37.72

CMYK Percentages of Color #abbdda

%22
%13
%0
%15

Triadic Colors of #abbdda

#abbdda #daabbd #bddaab

Analogous Colors of #abbdda

#abbdda #b1abda #abd5da

Monochromatic Colors of #abbdda

#abbdda

Complementary Color

#abbdda #dac8ab

#abbdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdda Color CSS Codes

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

#abbdda Text Font Color

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

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


#abbdda Background Color

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

This div background color is #abbdda


#abbdda Border Color

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

This div border color is #abbdda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,189,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdda


Comments

No comments written yet.

Please login to write comment.