Color Hex Logo

#6cabbd Color Hex

#6CABBD
(108,171,189)
0 Favorites   0 Comments

Color spaces of #6cabbd

RGB 108171189
HSL0.540.380.58
HSV193°43°74°
CMYK 0.430.100.00   0.26
XYZ29.932635.988153.5129
Yxy35.98810.25060.3013
Hunter Lab59.9901-15.9184-10.8953
CIE-Lab66.5108-15.4728-15.5723

#6cabbd color RGB value is (108,171,189).

#6cabbd hex color red value is 108, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6cabbd hue: 0.54 , saturation: 0.38 and the lightness value of 6cabbd is 0.58.

The process color (four color CMYK) of #6cabbd color hex is 0.43, 0.10, 0.00, 0.26. Web safe color of #6cabbd is #6699cc. Color #6cabbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101011 10111101
Octal 154 253 275
Decimal 108 171 189
Hex 6C AB BD

RGB Percentages of Color #6cabbd

%23.08
%36.54
%40.38

CMYK Percentages of Color #6cabbd

%43
%10
%0
%26

Triadic Colors of #6cabbd

#6cabbd #bd6cab #abbd6c

Analogous Colors of #6cabbd

#6cabbd #6c83bd #6cbda7

Monochromatic Colors of #6cabbd

#6cabbd

Complementary Color

#6cabbd #bd7e6c

#6cabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cabbd Color CSS Codes

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

#6cabbd Text Font Color

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

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


#6cabbd Background Color

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

This div background color is #6cabbd


#6cabbd Border Color

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

This div border color is #6cabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cabbd


Comments

No comments written yet.

Please login to write comment.