Color Hex Logo

#abccef Color Hex

#ABCCEF
(171,204,239)
0 Favorites   0 Comments

Color spaces of #abccef

RGB 171204239
HSL0.590.680.80
HSV211°28°94°
CMYK 0.280.150.00   0.06
XYZ53.967458.075790.0267
Yxy58.07570.26710.2874
Hunter Lab76.2074-6.9556-16.6963
CIE-Lab80.7809-3.1264-20.8521

#abccef color RGB value is (171,204,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 11101111
Octal 253 314 357
Decimal 171 204 239
Hex AB CC EF

RGB Percentages of Color #abccef

%27.85
%33.22
%38.93

CMYK Percentages of Color #abccef

%28
%15
%0
%6

Triadic Colors of #abccef

#abccef #efabcc #ccefab

Analogous Colors of #abccef

#abccef #acabef #abeeef

Monochromatic Colors of #abccef

#abccef

Complementary Color

#abccef #efceab

#abccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccef Color CSS Codes

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

#abccef Text Font Color

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

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


#abccef Background Color

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

This div background color is #abccef


#abccef Border Color

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

This div border color is #abccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccef


Comments

No comments written yet.

Please login to write comment.