Color Hex Logo

#6baead Color Hex

#6BAEAD
(107,174,173)
0 Favorites   0 Comments

Color spaces of #6baead

RGB 107174173
HSL0.500.290.55
HSV179°39°68°
CMYK 0.390.000.01   0.32
XYZ28.742336.415045.0491
Yxy36.41500.26080.3304
Hunter Lab60.3448-20.5838-2.0202
CIE-Lab66.8358-21.4439-6.2091

#6baead color RGB value is (107,174,173).

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

The process color (four color CMYK) of #6baead color hex is 0.39, 0.00, 0.01, 0.32. Web safe color of #6baead is #669999. Color #6baead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101110 10101101
Octal 153 256 255
Decimal 107 174 173
Hex 6B AE AD

RGB Percentages of Color #6baead

%23.57
%38.33
%38.11

CMYK Percentages of Color #6baead

%39
%0
%1
%32

Triadic Colors of #6baead

#6baead #ad6bae #aead6b

Analogous Colors of #6baead

#6baead #6b8eae #6bae8c

Monochromatic Colors of #6baead

#6baead

Complementary Color

#6baead #ae6b6c

#6baead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6baead Color Preview on White Background

Lorem ipsum dolor sit amet.

#6baead Color CSS Codes

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

#6baead Text Font Color

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

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


#6baead Background Color

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

This div background color is #6baead


#6baead Border Color

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

This div border color is #6baead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6baead


Comments

No comments written yet.

Please login to write comment.