Color Hex Logo

#abbef7 Color Hex

#ABBEF7
(171,190,247)
0 Favorites   0 Comments

Color spaces of #abbef7

RGB 171190247
HSL0.630.830.82
HSV225°31°97°
CMYK 0.310.230.00   0.03
XYZ51.996552.200295.3308
Yxy52.20020.26060.2616
Hunter Lab72.24972.0255-27.6562
CIE-Lab77.40046.3417-30.2969

#abbef7 color RGB value is (171,190,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11110111
Octal 253 276 367
Decimal 171 190 247
Hex AB BE F7

RGB Percentages of Color #abbef7

%28.13
%31.25
%40.63

CMYK Percentages of Color #abbef7

%31
%23
%0
%3

Triadic Colors of #abbef7

#abbef7 #f7abbe #bef7ab

Analogous Colors of #abbef7

#abbef7 #beabf7 #abe4f7

Monochromatic Colors of #abbef7

#abbef7

Complementary Color

#abbef7 #f7e4ab

#abbef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbef7 Color CSS Codes

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

#abbef7 Text Font Color

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

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


#abbef7 Background Color

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

This div background color is #abbef7


#abbef7 Border Color

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

This div border color is #abbef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbef7

Related Colors


Comments

No comments written yet.

Please login to write comment.