Color Hex Logo

#abcbda Color Hex

#ABCBDA
(171,203,218)
0 Favorites   0 Comments

Color spaces of #abcbda

RGB 171203218
HSL0.550.390.76
HSV199°22°85°
CMYK 0.220.070.00   0.15
XYZ50.805456.431874.5444
Yxy56.43180.27950.3104
Hunter Lab75.1211-10.7400-6.2501
CIE-Lab79.8589-7.4021-10.9973

#abcbda color RGB value is (171,203,218).

#abcbda hex color red value is 171, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #abcbda hue: 0.55 , saturation: 0.39 and the lightness value of abcbda is 0.76.

The process color (four color CMYK) of #abcbda color hex is 0.22, 0.07, 0.00, 0.15. Web safe color of #abcbda is #99cccc. Color #abcbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 11011010
Octal 253 313 332
Decimal 171 203 218
Hex AB CB DA

RGB Percentages of Color #abcbda

%28.89
%34.29
%36.82

CMYK Percentages of Color #abcbda

%22
%7
%0
%15

Triadic Colors of #abcbda

#abcbda #daabcb #cbdaab

Analogous Colors of #abcbda

#abcbda #abb4da #abdad2

Monochromatic Colors of #abcbda

#abcbda

Complementary Color

#abcbda #dabaab

#abcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcbda Color CSS Codes

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

#abcbda Text Font Color

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

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


#abcbda Background Color

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

This div background color is #abcbda


#abcbda Border Color

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

This div border color is #abcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcbda


Comments

No comments written yet.

Please login to write comment.