Color Hex Logo

#abeef7 Color Hex

#ABEEF7
(171,238,247)
0 Favorites   0 Comments

Color spaces of #abeef7

RGB 171238247
HSL0.520.830.82
HSV187°31°97°
CMYK 0.310.040.00   0.03
XYZ64.157676.522499.3845
Yxy76.52240.26730.3188
Hunter Lab87.4771-22.1691-6.1266
CIE-Lab90.1013-18.7287-11.0731

#abeef7 color RGB value is (171,238,247).

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

The process color (four color CMYK) of #abeef7 color hex is 0.31, 0.04, 0.00, 0.03. Web safe color of #abeef7 is #99ffff. Color #abeef7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 11110111
Octal 253 356 367
Decimal 171 238 247
Hex AB EE F7

RGB Percentages of Color #abeef7

%26.07
%36.28
%37.65

CMYK Percentages of Color #abeef7

%31
%4
%0
%3

Triadic Colors of #abeef7

#abeef7 #f7abee #eef7ab

Analogous Colors of #abeef7

#abeef7 #abc8f7 #abf7da

Monochromatic Colors of #abeef7

#abeef7

Complementary Color

#abeef7 #f7b4ab

#abeef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeef7 Color CSS Codes

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

#abeef7 Text Font Color

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

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


#abeef7 Background Color

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

This div background color is #abeef7


#abeef7 Border Color

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

This div border color is #abeef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeef7


Comments

No comments written yet.

Please login to write comment.