Color Hex Logo

#abbcde Color Hex

#ABBCDE
(171,188,222)
0 Favorites   0 Comments

Color spaces of #abbcde

RGB 171188222
HSL0.610.440.77
HSV220°23°87°
CMYK 0.230.150.00   0.13
XYZ47.962649.898376.2107
Yxy49.89830.27550.2867
Hunter Lab70.6387-2.4190-14.5197
CIE-Lab76.00681.4878-18.9426

#abbcde color RGB value is (171,188,222).

#abbcde hex color red value is 171, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #abbcde hue: 0.61 , saturation: 0.44 and the lightness value of abbcde is 0.77.

The process color (four color CMYK) of #abbcde color hex is 0.23, 0.15, 0.00, 0.13. Web safe color of #abbcde is #99cccc. Color #abbcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 11011110
Octal 253 274 336
Decimal 171 188 222
Hex AB BC DE

RGB Percentages of Color #abbcde

%29.43
%32.36
%38.21

CMYK Percentages of Color #abbcde

%23
%15
%0
%13

Triadic Colors of #abbcde

#abbcde #deabbc #bcdeab

Analogous Colors of #abbcde

#abbcde #b4abde #abd6de

Monochromatic Colors of #abbcde

#abbcde

Complementary Color

#abbcde #decdab

#abbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbcde Color CSS Codes

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

#abbcde Text Font Color

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

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


#abbcde Background Color

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

This div background color is #abbcde


#abbcde Border Color

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

This div border color is #abbcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbcde


Comments

No comments written yet.

Please login to write comment.