Color Hex Logo

#abbdf7 Color Hex

#ABBDF7
(171,189,247)
0 Favorites   0 Comments

Color spaces of #abbdf7

RGB 171189247
HSL0.630.830.82
HSV226°31°97°
CMYK 0.310.230.00   0.03
XYZ51.780751.768595.2589
Yxy51.76850.26050.2604
Hunter Lab71.95032.5485-28.1320
CIE-Lab77.14226.8881-30.6939

#abbdf7 color RGB value is (171,189,247).

#abbdf7 hex color red value is 171, green value is 189 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #abbdf7 hue: 0.63 , saturation: 0.83 and the lightness value of abbdf7 is 0.82.

The process color (four color CMYK) of #abbdf7 color hex is 0.31, 0.23, 0.00, 0.03. Web safe color of #abbdf7 is #99ccff. Color #abbdf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11110111
Octal 253 275 367
Decimal 171 189 247
Hex AB BD F7

RGB Percentages of Color #abbdf7

%28.17
%31.14
%40.69

CMYK Percentages of Color #abbdf7

%31
%23
%0
%3

Triadic Colors of #abbdf7

#abbdf7 #f7abbd #bdf7ab

Analogous Colors of #abbdf7

#abbdf7 #bfabf7 #abe3f7

Monochromatic Colors of #abbdf7

#abbdf7

Complementary Color

#abbdf7 #f7e5ab

#abbdf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdf7 Color CSS Codes

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

#abbdf7 Text Font Color

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

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


#abbdf7 Background Color

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

This div background color is #abbdf7


#abbdf7 Border Color

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

This div border color is #abbdf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdf7


Comments

No comments written yet.

Please login to write comment.