Color Hex Logo

#abcbec Color Hex

#ABCBEC
(171,203,236)
0 Favorites   0 Comments

Color spaces of #abcbec

RGB 171203236
HSL0.580.630.80
HSV210°28°93°
CMYK 0.280.140.00   0.07
XYZ53.290857.425987.6325
Yxy57.42590.26870.2895
Hunter Lab75.7799-7.0880-15.5175
CIE-Lab80.4185-3.3023-19.7977

#abcbec color RGB value is (171,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 11101100
Octal 253 313 354
Decimal 171 203 236
Hex AB CB EC

RGB Percentages of Color #abcbec

%28.03
%33.28
%38.69

CMYK Percentages of Color #abcbec

%28
%14
%0
%7

Triadic Colors of #abcbec

#abcbec #ecabcb #cbecab

Analogous Colors of #abcbec

#abcbec #acabec #abecec

Monochromatic Colors of #abcbec

#abcbec

Complementary Color

#abcbec #ecccab

#abcbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcbec Color CSS Codes

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

#abcbec Text Font Color

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

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


#abcbec Background Color

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

This div background color is #abcbec


#abcbec Border Color

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

This div border color is #abcbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcbec


Comments

No comments written yet.

Please login to write comment.