Color Hex Logo

#6faeb9 Color Hex

#6FAEB9
(111,174,185)
0 Favorites   0 Comments

Color spaces of #6faeb9

RGB 111174185
HSL0.520.350.58
HSV189°40°73°
CMYK 0.400.060.00   0.27
XYZ30.448637.154451.4656
Yxy37.15440.25570.3120
Hunter Lab60.9544-17.5040-7.3922
CIE-Lab67.3927-17.3304-12.0128

#6faeb9 color RGB value is (111,174,185).

#6faeb9 hex color red value is 111, green value is 174 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #6faeb9 hue: 0.52 , saturation: 0.35 and the lightness value of 6faeb9 is 0.58.

The process color (four color CMYK) of #6faeb9 color hex is 0.40, 0.06, 0.00, 0.27. Web safe color of #6faeb9 is #6699cc. Color #6faeb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101110 10111001
Octal 157 256 271
Decimal 111 174 185
Hex 6F AE B9

RGB Percentages of Color #6faeb9

%23.62
%37.02
%39.36

CMYK Percentages of Color #6faeb9

%40
%6
%0
%27

Triadic Colors of #6faeb9

#6faeb9 #b96fae #aeb96f

Analogous Colors of #6faeb9

#6faeb9 #6f89b9 #6fb99f

Monochromatic Colors of #6faeb9

#6faeb9

Complementary Color

#6faeb9 #b97a6f

#6faeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faeb9 Color CSS Codes

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

#6faeb9 Text Font Color

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

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


#6faeb9 Background Color

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

This div background color is #6faeb9


#6faeb9 Border Color

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

This div border color is #6faeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faeb9


Comments

No comments written yet.

Please login to write comment.