Color Hex Logo

#6baecc Color Hex

#6BAECC
(107,174,204)
0 Favorites   0 Comments

Color spaces of #6baecc

RGB 107174204
HSL0.550.490.61
HSV199°48°80°
CMYK 0.480.150.00   0.20
XYZ32.098537.757562.7229
Yxy37.75750.24210.2848
Hunter Lab61.4471-14.2884-17.5080
CIE-Lab67.8415-13.1938-21.8580

#6baecc color RGB value is (107,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101110 11001100
Octal 153 256 314
Decimal 107 174 204
Hex 6B AE CC

RGB Percentages of Color #6baecc

%22.06
%35.88
%42.06

CMYK Percentages of Color #6baecc

%48
%15
%0
%20

Triadic Colors of #6baecc

#6baecc #cc6bae #aecc6b

Analogous Colors of #6baecc

#6baecc #6b7ecc #6bccba

Monochromatic Colors of #6baecc

#6baecc

Complementary Color

#6baecc #cc896b

#6baecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6baecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6baecc Color CSS Codes

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

#6baecc Text Font Color

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

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


#6baecc Background Color

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

This div background color is #6baecc


#6baecc Border Color

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

This div border color is #6baecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6baecc


Comments

No comments written yet.

Please login to write comment.