Color Hex Logo

#abeeed Color Hex

#ABEEED
(171,238,237)
0 Favorites   0 Comments

Color spaces of #abeeed

RGB 171238237
HSL0.500.660.80
HSV179°28°93°
CMYK 0.280.000.00   0.07
XYZ62.655275.921491.4728
Yxy75.92140.27240.3300
Hunter Lab87.1329-24.1274-1.2501
CIE-Lab89.8228-20.9790-6.2622

#abeeed color RGB value is (171,238,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 11101101
Octal 253 356 355
Decimal 171 238 237
Hex AB EE ED

RGB Percentages of Color #abeeed

%26.47
%36.84
%36.69

CMYK Percentages of Color #abeeed

%28
%0
%0
%7

Triadic Colors of #abeeed

#abeeed #edabee #eeedab

Analogous Colors of #abeeed

#abeeed #abceee #abeecc

Monochromatic Colors of #abeeed

#abeeed

Complementary Color

#abeeed #eeabac

#abeeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeeed Color CSS Codes

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

#abeeed Text Font Color

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

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


#abeeed Background Color

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

This div background color is #abeeed


#abeeed Border Color

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

This div border color is #abeeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeeed


Comments

No comments written yet.

Please login to write comment.