Color Hex Logo

#6badae Color Hex

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

Color spaces of #6badae

RGB 107173174
HSL0.500.290.55
HSV181°39°68°
CMYK 0.390.010.00   0.32
XYZ28.647036.068945.4965
Yxy36.06890.25990.3273
Hunter Lab60.0574-19.9570-2.8750
CIE-Lab66.5725-20.6804-7.1547

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

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

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

Base Numbers

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

RGB Percentages of Color #6badae

%23.57
%38.11
%38.33

CMYK Percentages of Color #6badae

%39
%1
%0
%32

Triadic Colors of #6badae

#6badae #ae6bad #adae6b

Analogous Colors of #6badae

#6badae #6b8cae #6bae8e

Monochromatic Colors of #6badae

#6badae

Complementary Color

#6badae #ae6c6b

#6badae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6badae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6badae Color CSS Codes

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

#6badae Text Font Color

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

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


#6badae Background Color

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

This div background color is #6badae


#6badae Border Color

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

This div border color is #6badae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6badae


Comments

No comments written yet.

Please login to write comment.