Color Hex Logo

#6bacbd Color Hex

#6BACBD
(107,172,189)
0 Favorites   0 Comments

Color spaces of #6bacbd

RGB 107172189
HSL0.530.380.58
HSV192°43°74°
CMYK 0.430.090.00   0.26
XYZ30.001236.305053.5704
Yxy36.30500.25030.3029
Hunter Lab60.2536-16.5660-10.5361
CIE-Lab66.7523-16.2540-15.2125

#6bacbd color RGB value is (107,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101100 10111101
Octal 153 254 275
Decimal 107 172 189
Hex 6B AC BD

RGB Percentages of Color #6bacbd

%22.86
%36.75
%40.38

CMYK Percentages of Color #6bacbd

%43
%9
%0
%26

Triadic Colors of #6bacbd

#6bacbd #bd6bac #acbd6b

Analogous Colors of #6bacbd

#6bacbd #6b83bd #6bbda5

Monochromatic Colors of #6bacbd

#6bacbd

Complementary Color

#6bacbd #bd7c6b

#6bacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bacbd Color CSS Codes

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

#6bacbd Text Font Color

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

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


#6bacbd Background Color

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

This div background color is #6bacbd


#6bacbd Border Color

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

This div border color is #6bacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bacbd


Comments

No comments written yet.

Please login to write comment.