Color Hex Logo

#abc6ed Color Hex

#ABC6ED
(171,198,237)
0 Favorites   0 Comments

Color spaces of #abc6ed

RGB 171198237
HSL0.600.650.80
HSV215°28°93°
CMYK 0.280.160.00   0.07
XYZ52.274755.160588.0126
Yxy55.16050.26750.2822
Hunter Lab74.2701-4.3362-18.2716
CIE-Lab79.1336-0.4011-22.2817

#abc6ed color RGB value is (171,198,237).

#abc6ed hex color red value is 171, green value is 198 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #abc6ed hue: 0.60 , saturation: 0.65 and the lightness value of abc6ed is 0.80.

The process color (four color CMYK) of #abc6ed color hex is 0.28, 0.16, 0.00, 0.07. Web safe color of #abc6ed is #99ccff. Color #abc6ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 11101101
Octal 253 306 355
Decimal 171 198 237
Hex AB C6 ED

RGB Percentages of Color #abc6ed

%28.22
%32.67
%39.11

CMYK Percentages of Color #abc6ed

%28
%16
%0
%7

Triadic Colors of #abc6ed

#abc6ed #edabc6 #c6edab

Analogous Colors of #abc6ed

#abc6ed #b1abed #abe7ed

Monochromatic Colors of #abc6ed

#abc6ed

Complementary Color

#abc6ed #edd2ab

#abc6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc6ed Color CSS Codes

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

#abc6ed Text Font Color

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

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


#abc6ed Background Color

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

This div background color is #abc6ed


#abc6ed Border Color

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

This div border color is #abc6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc6ed

#abc6ed Color Palettes


Comments

No comments written yet.

Please login to write comment.