Color Hex Logo

#abeede Color Hex

#ABEEDE
(171,238,222)
0 Favorites   0 Comments

Color spaces of #abeede

RGB 171238222
HSL0.460.660.80
HSV166°28°93°
CMYK 0.280.000.07   0.07
XYZ60.553975.080980.4078
Yxy75.08090.28030.3475
Hunter Lab86.6492-26.89335.6352
CIE-Lab89.4309-24.20961.0006

#abeede color RGB value is (171,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 11011110
Octal 253 356 336
Decimal 171 238 222
Hex AB EE DE

RGB Percentages of Color #abeede

%27.10
%37.72
%35.18

CMYK Percentages of Color #abeede

%28
%0
%7
%7

Triadic Colors of #abeede

#abeede #deabee #eedeab

Analogous Colors of #abeede

#abeede #abddee #abeebd

Monochromatic Colors of #abeede

#abeede

Complementary Color

#abeede #eeabbb

#abeede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeede Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeede Color CSS Codes

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

#abeede Text Font Color

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

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


#abeede Background Color

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

This div background color is #abeede


#abeede Border Color

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

This div border color is #abeede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeede


Comments

No comments written yet.

Please login to write comment.