Color Hex Logo

#abcbde Color Hex

#ABCBDE
(171,203,222)
0 Favorites   0 Comments

Color spaces of #abcbde

RGB 171203222
HSL0.560.440.77
HSV202°23°87°
CMYK 0.230.090.00   0.13
XYZ51.335356.643777.3349
Yxy56.64370.27700.3057
Hunter Lab75.2620-9.9558-8.2396
CIE-Lab79.9788-6.5127-12.9633

#abcbde color RGB value is (171,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 11011110
Octal 253 313 336
Decimal 171 203 222
Hex AB CB DE

RGB Percentages of Color #abcbde

%28.69
%34.06
%37.25

CMYK Percentages of Color #abcbde

%23
%9
%0
%13

Triadic Colors of #abcbde

#abcbde #deabcb #cbdeab

Analogous Colors of #abcbde

#abcbde #abb2de #abded8

Monochromatic Colors of #abcbde

#abcbde

Complementary Color

#abcbde #debeab

#abcbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcbde Color CSS Codes

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

#abcbde Text Font Color

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

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


#abcbde Background Color

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

This div background color is #abcbde


#abcbde Border Color

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

This div border color is #abcbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcbde


Comments

No comments written yet.

Please login to write comment.