Color Hex Logo

#abbded Color Hex

#ABBDED
(171,189,237)
0 Favorites   0 Comments

Color spaces of #abbded

RGB 171189237
HSL0.620.650.80
HSV224°28°93°
CMYK 0.280.200.00   0.07
XYZ50.278251.167587.3471
Yxy51.16750.26630.2710
Hunter Lab71.53150.2844-22.3270
CIE-Lab76.78044.4592-25.8683

#abbded color RGB value is (171,189,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11101101
Octal 253 275 355
Decimal 171 189 237
Hex AB BD ED

RGB Percentages of Color #abbded

%28.64
%31.66
%39.70

CMYK Percentages of Color #abbded

%28
%20
%0
%7

Triadic Colors of #abbded

#abbded #edabbd #bdedab

Analogous Colors of #abbded

#abbded #baabed #abdeed

Monochromatic Colors of #abbded

#abbded

Complementary Color

#abbded #eddbab

#abbded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbded Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbded Color CSS Codes

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

#abbded Text Font Color

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

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


#abbded Background Color

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

This div background color is #abbded


#abbded Border Color

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

This div border color is #abbded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbded


Comments

No comments written yet.

Please login to write comment.