Color Hex Logo

#abbcef Color Hex

#ABBCEF
(171,188,239)
0 Favorites   0 Comments

Color spaces of #abbcef

RGB 171188239
HSL0.630.680.80
HSV225°28°94°
CMYK 0.280.210.00   0.06
XYZ50.357850.856488.8235
Yxy50.85640.26500.2676
Hunter Lab71.31371.2480-23.9281
CIE-Lab76.59195.4846-27.2343

#abbcef color RGB value is (171,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 11101111
Octal 253 274 357
Decimal 171 188 239
Hex AB BC EF

RGB Percentages of Color #abbcef

%28.60
%31.44
%39.97

CMYK Percentages of Color #abbcef

%28
%21
%0
%6

Triadic Colors of #abbcef

#abbcef #efabbc #bcefab

Analogous Colors of #abbcef

#abbcef #bcabef #abdeef

Monochromatic Colors of #abbcef

#abbcef

Complementary Color

#abbcef #efdeab

#abbcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbcef Color CSS Codes

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

#abbcef Text Font Color

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

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


#abbcef Background Color

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

This div background color is #abbcef


#abbcef Border Color

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

This div border color is #abbcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbcef


Comments

No comments written yet.

Please login to write comment.