Color Hex Logo

#abcbee Color Hex

#ABCBEE
(171,203,238)
0 Favorites   0 Comments

Color spaces of #abcbee

RGB 171203238
HSL0.590.660.80
HSV211°28°93°
CMYK 0.280.150.00   0.07
XYZ53.583157.542889.1717
Yxy57.54280.26750.2873
Hunter Lab75.8570-6.6626-16.5969
CIE-Lab80.4839-2.8317-20.7679

#abcbee color RGB value is (171,203,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 11101110
Octal 253 313 356
Decimal 171 203 238
Hex AB CB EE

RGB Percentages of Color #abcbee

%27.94
%33.17
%38.89

CMYK Percentages of Color #abcbee

%28
%15
%0
%7

Triadic Colors of #abcbee

#abcbee #eeabcb #cbeeab

Analogous Colors of #abcbee

#abcbee #adabee #abedee

Monochromatic Colors of #abcbee

#abcbee

Complementary Color

#abcbee #eeceab

#abcbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcbee Color CSS Codes

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

#abcbee Text Font Color

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

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


#abcbee Background Color

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

This div background color is #abcbee


#abcbee Border Color

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

This div border color is #abcbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcbee


Comments

No comments written yet.

Please login to write comment.