Color Hex Logo

#abc7de Color Hex

#ABC7DE
(171,199,222)
0 Favorites   0 Comments

Color spaces of #abc7de

RGB 171199222
HSL0.580.440.77
HSV207°23°87°
CMYK 0.230.100.00   0.13
XYZ50.402854.778777.0241
Yxy54.77870.27660.3006
Hunter Lab74.0126-7.9631-9.8936
CIE-Lab78.9136-4.4022-14.5604

#abc7de color RGB value is (171,199,222).

#abc7de hex color red value is 171, green value is 199 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #abc7de hue: 0.58 , saturation: 0.44 and the lightness value of abc7de is 0.77.

The process color (four color CMYK) of #abc7de color hex is 0.23, 0.10, 0.00, 0.13. Web safe color of #abc7de is #99cccc. Color #abc7de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000111 11011110
Octal 253 307 336
Decimal 171 199 222
Hex AB C7 DE

RGB Percentages of Color #abc7de

%28.89
%33.61
%37.50

CMYK Percentages of Color #abc7de

%23
%10
%0
%13

Triadic Colors of #abc7de

#abc7de #deabc7 #c7deab

Analogous Colors of #abc7de

#abc7de #abaede #abdedc

Monochromatic Colors of #abc7de

#abc7de

Complementary Color

#abc7de #dec2ab

#abc7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc7de Color CSS Codes

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

#abc7de Text Font Color

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

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


#abc7de Background Color

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

This div background color is #abc7de


#abc7de Border Color

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

This div border color is #abc7de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,199,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 #abc7de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc7de


Comments

No comments written yet.

Please login to write comment.