Color Hex Logo

#abedef Color Hex

#ABEDEF
(171,237,239)
1 Favorites   0 Comments

Color spaces of #abedef

RGB 171237239
HSL0.500.680.80
HSV182°28°94°
CMYK 0.280.010.00   0.06
XYZ62.658875.458392.9238
Yxy75.45830.27120.3266
Hunter Lab86.8667-23.2610-2.6175
CIE-Lab89.6072-20.0413-7.6266

#abedef color RGB value is (171,237,239).

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

The process color (four color CMYK) of #abedef color hex is 0.28, 0.01, 0.00, 0.06. Web safe color of #abedef is #99ffff. Color #abedef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 11101111
Octal 253 355 357
Decimal 171 237 239
Hex AB ED EF

RGB Percentages of Color #abedef

%26.43
%36.63
%36.94

CMYK Percentages of Color #abedef

%28
%1
%0
%6

Triadic Colors of #abedef

#abedef #efabed #edefab

Analogous Colors of #abedef

#abedef #abcbef #abefcf

Monochromatic Colors of #abedef

#abedef

Complementary Color

#abedef #efadab

#abedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abedef Color CSS Codes

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

#abedef Text Font Color

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

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


#abedef Background Color

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

This div background color is #abedef


#abedef Border Color

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

This div border color is #abedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abedef


Comments

No comments written yet.

Please login to write comment.