Color Hex Logo

#abcbeb Color Hex

#ABCBEB
(171,203,235)
0 Favorites   0 Comments

Color spaces of #abcbeb

RGB 171203235
HSL0.580.620.80
HSV210°27°92°
CMYK 0.270.140.00   0.08
XYZ53.145957.368086.8693
Yxy57.36800.26930.2906
Hunter Lab75.7417-7.2992-14.9815
CIE-Lab80.3861-3.5366-19.3120

#abcbeb color RGB value is (171,203,235).

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

The process color (four color CMYK) of #abcbeb color hex is 0.27, 0.14, 0.00, 0.08. Web safe color of #abcbeb is #99ccff. Color #abcbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 11101011
Octal 253 313 353
Decimal 171 203 235
Hex AB CB EB

RGB Percentages of Color #abcbeb

%28.08
%33.33
%38.59

CMYK Percentages of Color #abcbeb

%27
%14
%0
%8

Triadic Colors of #abcbeb

#abcbeb #ebabcb #cbebab

Analogous Colors of #abcbeb

#abcbeb #ababeb #abebeb

Monochromatic Colors of #abcbeb

#abcbeb

Complementary Color

#abcbeb #ebcbab

#abcbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcbeb Color CSS Codes

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

#abcbeb Text Font Color

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

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


#abcbeb Background Color

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

This div background color is #abcbeb


#abcbeb Border Color

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

This div border color is #abcbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcbeb

#abcbeb Color Palettes


Comments

No comments written yet.

Please login to write comment.