Color Hex Logo

#abefeb Color Hex

#ABEFEB
(171,239,235)
0 Favorites   0 Comments

Color spaces of #abefeb

RGB 171239235
HSL0.490.680.80
HSV176°28°94°
CMYK 0.280.000.02   0.06
XYZ62.656576.389190.0395
Yxy76.38910.27350.3335
Hunter Lab87.4009-24.98730.1006
CIE-Lab90.0397-21.9107-4.8975

#abefeb color RGB value is (171,239,235).

#abefeb hex color red value is 171, green value is 239 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #abefeb hue: 0.49 , saturation: 0.68 and the lightness value of abefeb is 0.80.

The process color (four color CMYK) of #abefeb color hex is 0.28, 0.00, 0.02, 0.06. Web safe color of #abefeb is #99ffff. Color #abefeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 11101011
Octal 253 357 353
Decimal 171 239 235
Hex AB EF EB

RGB Percentages of Color #abefeb

%26.51
%37.05
%36.43

CMYK Percentages of Color #abefeb

%28
%0
%2
%6

Triadic Colors of #abefeb

#abefeb #ebabef #efebab

Analogous Colors of #abefeb

#abefeb #abd1ef #abefc9

Monochromatic Colors of #abefeb

#abefeb

Complementary Color

#abefeb #efabaf

#abefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefeb Color CSS Codes

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

#abefeb Text Font Color

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

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


#abefeb Background Color

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

This div background color is #abefeb


#abefeb Border Color

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

This div border color is #abefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefeb


Comments

No comments written yet.

Please login to write comment.