Color Hex Logo

#6faeba Color Hex

#6FAEBA
(111,174,186)
0 Favorites   0 Comments

Color spaces of #6faeba

RGB 111174186
HSL0.530.350.58
HSV190°40°73°
CMYK 0.400.060.00   0.27
XYZ30.554537.196852.0237
Yxy37.19680.25510.3106
Hunter Lab60.9892-17.3057-7.8819
CIE-Lab67.4244-17.0709-12.5193

#6faeba color RGB value is (111,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101110 10111010
Octal 157 256 272
Decimal 111 174 186
Hex 6F AE BA

RGB Percentages of Color #6faeba

%23.57
%36.94
%39.49

CMYK Percentages of Color #6faeba

%40
%6
%0
%27

Triadic Colors of #6faeba

#6faeba #ba6fae #aeba6f

Analogous Colors of #6faeba

#6faeba #6f89ba #6fbaa1

Monochromatic Colors of #6faeba

#6faeba

Complementary Color

#6faeba #ba7b6f

#6faeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faeba Color CSS Codes

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

#6faeba Text Font Color

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

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


#6faeba Background Color

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

This div background color is #6faeba


#6faeba Border Color

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

This div border color is #6faeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faeba


Comments

No comments written yet.

Please login to write comment.