Color Hex Logo

#a6cbbd Color Hex

#A6CBBD
(166,203,189)
0 Favorites   0 Comments

Color spaces of #a6cbbd

RGB 166203189
HSL0.440.260.72
HSV157°18°80°
CMYK 0.180.000.07   0.20
XYZ46.267154.493056.2238
Yxy54.49300.29470.3471
Hunter Lab73.8194-17.30716.5159
CIE-Lab78.7483-15.07622.9054

#a6cbbd color RGB value is (166,203,189).

#a6cbbd hex color red value is 166, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a6cbbd hue: 0.44 , saturation: 0.26 and the lightness value of a6cbbd is 0.72.

The process color (four color CMYK) of #a6cbbd color hex is 0.18, 0.00, 0.07, 0.20. Web safe color of #a6cbbd is #99cccc. Color #a6cbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001011 10111101
Octal 246 313 275
Decimal 166 203 189
Hex A6 CB BD

RGB Percentages of Color #a6cbbd

%29.75
%36.38
%33.87

CMYK Percentages of Color #a6cbbd

%18
%0
%7
%20

Triadic Colors of #a6cbbd

#a6cbbd #bda6cb #cbbda6

Analogous Colors of #a6cbbd

#a6cbbd #a6c7cb #a6cbab

Monochromatic Colors of #a6cbbd

#a6cbbd

Complementary Color

#a6cbbd #cba6b4

#a6cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cbbd Color CSS Codes

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

#a6cbbd Text Font Color

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

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


#a6cbbd Background Color

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

This div background color is #a6cbbd


#a6cbbd Border Color

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

This div border color is #a6cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cbbd


Comments

No comments written yet.

Please login to write comment.