Color Hex Logo

#abc8de Color Hex

#ABC8DE
(171,200,222)
0 Favorites   0 Comments

Color spaces of #abc8de

RGB 171200222
HSL0.570.440.77
HSV206°23°87°
CMYK 0.230.100.00   0.13
XYZ50.633755.240477.1010
Yxy55.24040.27670.3019
Hunter Lab74.3239-8.4623-9.4787
CIE-Lab79.1795-4.9313-14.1612

#abc8de color RGB value is (171,200,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001000 11011110
Octal 253 310 336
Decimal 171 200 222
Hex AB C8 DE

RGB Percentages of Color #abc8de

%28.84
%33.73
%37.44

CMYK Percentages of Color #abc8de

%23
%10
%0
%13

Triadic Colors of #abc8de

#abc8de #deabc8 #c8deab

Analogous Colors of #abc8de

#abc8de #abafde #abdedb

Monochromatic Colors of #abc8de

#abc8de

Complementary Color

#abc8de #dec1ab

#abc8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc8de Color CSS Codes

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

#abc8de Text Font Color

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

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


#abc8de Background Color

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

This div background color is #abc8de


#abc8de Border Color

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

This div border color is #abc8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc8de


Comments

No comments written yet.

Please login to write comment.