Color Hex Logo

#abdee6 Color Hex

#ABDEE6
(171,222,230)
0 Favorites   0 Comments

Color spaces of #abdee6

RGB 171222230
HSL0.520.540.79
HSV188°26°90°
CMYK 0.260.030.00   0.10
XYZ57.198866.613784.7059
Yxy66.61370.27430.3195
Hunter Lab81.6172-17.7341-4.4017
CIE-Lab85.3085-14.5381-9.2723

#abdee6 color RGB value is (171,222,230).

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

The process color (four color CMYK) of #abdee6 color hex is 0.26, 0.03, 0.00, 0.10. Web safe color of #abdee6 is #99ccff. Color #abdee6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11100110
Octal 253 336 346
Decimal 171 222 230
Hex AB DE E6

RGB Percentages of Color #abdee6

%27.45
%35.63
%36.92

CMYK Percentages of Color #abdee6

%26
%3
%0
%10

Triadic Colors of #abdee6

#abdee6 #e6abde #dee6ab

Analogous Colors of #abdee6

#abdee6 #abc1e6 #abe6d1

Monochromatic Colors of #abdee6

#abdee6

Complementary Color

#abdee6 #e6b3ab

#abdee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdee6 Color CSS Codes

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

#abdee6 Text Font Color

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

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


#abdee6 Background Color

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

This div background color is #abdee6


#abdee6 Border Color

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

This div border color is #abdee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdee6


Comments

No comments written yet.

Please login to write comment.