Color Hex Logo

#abbdcf Color Hex

#ABBDCF
(171,189,207)
0 Favorites   0 Comments

Color spaces of #abbdcf

RGB 171189207
HSL0.580.270.74
HSV210°17°81°
CMYK 0.170.090.00   0.19
XYZ46.254749.558166.1593
Yxy49.55810.28560.3060
Hunter Lab70.3975-5.9122-6.4422
CIE-Lab75.7972-2.3911-11.1264

#abbdcf color RGB value is (171,189,207).

#abbdcf hex color red value is 171, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #abbdcf hue: 0.58 , saturation: 0.27 and the lightness value of abbdcf is 0.74.

The process color (four color CMYK) of #abbdcf color hex is 0.17, 0.09, 0.00, 0.19. Web safe color of #abbdcf is #99cccc. Color #abbdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11001111
Octal 253 275 317
Decimal 171 189 207
Hex AB BD CF

RGB Percentages of Color #abbdcf

%30.16
%33.33
%36.51

CMYK Percentages of Color #abbdcf

%17
%9
%0
%19

Triadic Colors of #abbdcf

#abbdcf #cfabbd #bdcfab

Analogous Colors of #abbdcf

#abbdcf #ababcf #abcfcf

Monochromatic Colors of #abbdcf

#abbdcf

Complementary Color

#abbdcf #cfbdab

#abbdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdcf Color CSS Codes

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

#abbdcf Text Font Color

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

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


#abbdcf Background Color

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

This div background color is #abbdcf


#abbdcf Border Color

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

This div border color is #abbdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdcf


Comments

No comments written yet.

Please login to write comment.