Color Hex Logo

#6baecd Color Hex

#6BAECD
(107,174,205)
0 Favorites   0 Comments

Color spaces of #6baecd

RGB 107174205
HSL0.550.490.61
HSV199°48°80°
CMYK 0.480.150.00   0.20
XYZ32.218937.805763.3567
Yxy37.80570.24160.2834
Hunter Lab61.4863-14.0669-18.0531
CIE-Lab67.8772-12.9127-22.3551

#6baecd color RGB value is (107,174,205).

#6baecd hex color red value is 107, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6baecd hue: 0.55 , saturation: 0.49 and the lightness value of 6baecd is 0.61.

The process color (four color CMYK) of #6baecd color hex is 0.48, 0.15, 0.00, 0.20. Web safe color of #6baecd is #6699cc. Color #6baecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101110 11001101
Octal 153 256 315
Decimal 107 174 205
Hex 6B AE CD

RGB Percentages of Color #6baecd

%22.02
%35.80
%42.18

CMYK Percentages of Color #6baecd

%48
%15
%0
%20

Triadic Colors of #6baecd

#6baecd #cd6bae #aecd6b

Analogous Colors of #6baecd

#6baecd #6b7dcd #6bcdbb

Monochromatic Colors of #6baecd

#6baecd

Complementary Color

#6baecd #cd8a6b

#6baecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6baecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6baecd Color CSS Codes

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

#6baecd Text Font Color

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

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


#6baecd Background Color

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

This div background color is #6baecd


#6baecd Border Color

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

This div border color is #6baecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,174,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6baecd


Comments

No comments written yet.

Please login to write comment.