Color Hex Logo

#abdee5 Color Hex

#ABDEE5
(171,222,229)
0 Favorites   0 Comments

Color spaces of #abdee5

RGB 171222229
HSL0.520.530.78
HSV187°25°90°
CMYK 0.250.030.00   0.10
XYZ57.058766.557683.9683
Yxy66.55760.27490.3206
Hunter Lab81.5828-17.9278-3.9156
CIE-Lab85.2800-14.7604-8.7859

#abdee5 color RGB value is (171,222,229).

#abdee5 hex color red value is 171, green value is 222 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #abdee5 hue: 0.52 , saturation: 0.53 and the lightness value of abdee5 is 0.78.

The process color (four color CMYK) of #abdee5 color hex is 0.25, 0.03, 0.00, 0.10. Web safe color of #abdee5 is #99cccc. Color #abdee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11100101
Octal 253 336 345
Decimal 171 222 229
Hex AB DE E5

RGB Percentages of Color #abdee5

%27.49
%35.69
%36.82

CMYK Percentages of Color #abdee5

%25
%3
%0
%10

Triadic Colors of #abdee5

#abdee5 #e5abde #dee5ab

Analogous Colors of #abdee5

#abdee5 #abc1e5 #abe5cf

Monochromatic Colors of #abdee5

#abdee5

Complementary Color

#abdee5 #e5b2ab

#abdee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdee5 Color CSS Codes

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

#abdee5 Text Font Color

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

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


#abdee5 Background Color

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

This div background color is #abdee5


#abdee5 Border Color

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

This div border color is #abdee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdee5


Comments

No comments written yet.

Please login to write comment.