Color Hex Logo

#abcbef Color Hex

#ABCBEF
(171,203,239)
0 Favorites   0 Comments

Color spaces of #abcbef

RGB 171203239
HSL0.590.680.80
HSV212°28°94°
CMYK 0.280.150.00   0.06
XYZ53.730557.601889.9477
Yxy57.60180.26690.2862
Hunter Lab75.8958-6.4486-17.1402
CIE-Lab80.5169-2.5954-21.2523

#abcbef color RGB value is (171,203,239).

#abcbef hex color red value is 171, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #abcbef hue: 0.59 , saturation: 0.68 and the lightness value of abcbef is 0.80.

The process color (four color CMYK) of #abcbef color hex is 0.28, 0.15, 0.00, 0.06. Web safe color of #abcbef is #99ccff. Color #abcbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 11101111
Octal 253 313 357
Decimal 171 203 239
Hex AB CB EF

RGB Percentages of Color #abcbef

%27.90
%33.12
%38.99

CMYK Percentages of Color #abcbef

%28
%15
%0
%6

Triadic Colors of #abcbef

#abcbef #efabcb #cbefab

Analogous Colors of #abcbef

#abcbef #adabef #abedef

Monochromatic Colors of #abcbef

#abcbef

Complementary Color

#abcbef #efcfab

#abcbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcbef Color CSS Codes

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

#abcbef Text Font Color

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

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


#abcbef Background Color

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

This div background color is #abcbef


#abcbef Border Color

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

This div border color is #abcbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcbef


Comments

No comments written yet.

Please login to write comment.