Color Hex Logo

#abbfe1 Color Hex

#ABBFE1
(171,191,225)
0 Favorites   0 Comments

Color spaces of #abbfe1

RGB 171191225
HSL0.600.470.78
HSV218°24°88°
CMYK 0.240.150.00   0.12
XYZ49.016051.355878.5634
Yxy51.35580.27390.2870
Hunter Lab71.6630-3.3198-14.8350
CIE-Lab76.89400.5566-19.2217

#abbfe1 color RGB value is (171,191,225).

#abbfe1 hex color red value is 171, green value is 191 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #abbfe1 hue: 0.60 , saturation: 0.47 and the lightness value of abbfe1 is 0.78.

The process color (four color CMYK) of #abbfe1 color hex is 0.24, 0.15, 0.00, 0.12. Web safe color of #abbfe1 is #99cccc. Color #abbfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11100001
Octal 253 277 341
Decimal 171 191 225
Hex AB BF E1

RGB Percentages of Color #abbfe1

%29.13
%32.54
%38.33

CMYK Percentages of Color #abbfe1

%24
%15
%0
%12

Triadic Colors of #abbfe1

#abbfe1 #e1abbf #bfe1ab

Analogous Colors of #abbfe1

#abbfe1 #b2abe1 #abdae1

Monochromatic Colors of #abbfe1

#abbfe1

Complementary Color

#abbfe1 #e1cdab

#abbfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfe1 Color CSS Codes

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

#abbfe1 Text Font Color

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

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


#abbfe1 Background Color

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

This div background color is #abbfe1


#abbfe1 Border Color

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

This div border color is #abbfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfe1


Comments

No comments written yet.

Please login to write comment.