Color Hex Logo

#abcceb Color Hex

#ABCCEB
(171,204,235)
0 Favorites   0 Comments

Color spaces of #abcceb

RGB 171204235
HSL0.580.620.80
HSV209°27°92°
CMYK 0.270.130.00   0.08
XYZ53.382857.841886.9483
Yxy57.84180.26940.2919
Hunter Lab76.0538-7.8035-14.5455
CIE-Lab80.6508-4.0661-18.9119

#abcceb color RGB value is (171,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 11101011
Octal 253 314 353
Decimal 171 204 235
Hex AB CC EB

RGB Percentages of Color #abcceb

%28.03
%33.44
%38.52

CMYK Percentages of Color #abcceb

%27
%13
%0
%8

Triadic Colors of #abcceb

#abcceb #ebabcc #ccebab

Analogous Colors of #abcceb

#abcceb #abaceb #abebea

Monochromatic Colors of #abcceb

#abcceb

Complementary Color

#abcceb #ebcaab

#abcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcceb Color CSS Codes

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

#abcceb Text Font Color

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

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


#abcceb Background Color

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

This div background color is #abcceb


#abcceb Border Color

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

This div border color is #abcceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,204,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 #abcceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcceb


Comments

No comments written yet.

Please login to write comment.