Color Hex Logo

#abe2f7 Color Hex

#ABE2F7
(171,226,247)
2 Favorites   0 Comments

Color spaces of #abe2f7

RGB 171226247
HSL0.550.830.82
HSV197°31°97°
CMYK 0.310.090.00   0.03
XYZ60.779469.766098.2585
Yxy69.76600.26560.3049
Hunter Lab83.5260-16.2815-11.2794
CIE-Lab86.8820-12.6895-15.8883

#abe2f7 color RGB value is (171,226,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100010 11110111
Octal 253 342 367
Decimal 171 226 247
Hex AB E2 F7

RGB Percentages of Color #abe2f7

%26.55
%35.09
%38.35

CMYK Percentages of Color #abe2f7

%31
%9
%0
%3

Triadic Colors of #abe2f7

#abe2f7 #f7abe2 #e2f7ab

Analogous Colors of #abe2f7

#abe2f7 #abbcf7 #abf7e6

Monochromatic Colors of #abe2f7

#abe2f7

Complementary Color

#abe2f7 #f7c0ab

#abe2f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe2f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe2f7 Color CSS Codes

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

#abe2f7 Text Font Color

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

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


#abe2f7 Background Color

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

This div background color is #abe2f7


#abe2f7 Border Color

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

This div border color is #abe2f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe2f7


Comments

No comments written yet.

Please login to write comment.