Color Hex Logo

#abdce7 Color Hex

#ABDCE7
(171,220,231)
0 Favorites   0 Comments

Color spaces of #abdce7

RGB 171220231
HSL0.530.560.79
HSV191°26°91°
CMYK 0.260.050.00   0.09
XYZ56.811665.613885.2718
Yxy65.61380.27350.3159
Hunter Lab81.0023-16.5618-5.7134
CIE-Lab84.7990-13.2969-10.5594

#abdce7 color RGB value is (171,220,231).

#abdce7 hex color red value is 171, green value is 220 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #abdce7 hue: 0.53 , saturation: 0.56 and the lightness value of abdce7 is 0.79.

The process color (four color CMYK) of #abdce7 color hex is 0.26, 0.05, 0.00, 0.09. Web safe color of #abdce7 is #99ccff. Color #abdce7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11100111
Octal 253 334 347
Decimal 171 220 231
Hex AB DC E7

RGB Percentages of Color #abdce7

%27.49
%35.37
%37.14

CMYK Percentages of Color #abdce7

%26
%5
%0
%9

Triadic Colors of #abdce7

#abdce7 #e7abdc #dce7ab

Analogous Colors of #abdce7

#abdce7 #abbee7 #abe7d4

Monochromatic Colors of #abdce7

#abdce7

Complementary Color

#abdce7 #e7b6ab

#abdce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdce7 Color CSS Codes

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

#abdce7 Text Font Color

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

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


#abdce7 Background Color

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

This div background color is #abdce7


#abdce7 Border Color

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

This div border color is #abdce7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdce7


Comments

No comments written yet.

Please login to write comment.