Color Hex Logo

#6faebc Color Hex

#6FAEBC
(111,174,188)
0 Favorites   0 Comments

Color spaces of #6faebc

RGB 111174188
HSL0.530.360.59
HSV191°41°74°
CMYK 0.410.070.00   0.26
XYZ30.768737.282553.1515
Yxy37.28250.25390.3076
Hunter Lab61.0594-16.9053-8.8697
CIE-Lab67.4884-16.5483-13.5307

#6faebc color RGB value is (111,174,188).

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

The process color (four color CMYK) of #6faebc color hex is 0.41, 0.07, 0.00, 0.26. Web safe color of #6faebc is #6699cc. Color #6faebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101110 10111100
Octal 157 256 274
Decimal 111 174 188
Hex 6F AE BC

RGB Percentages of Color #6faebc

%23.47
%36.79
%39.75

CMYK Percentages of Color #6faebc

%41
%7
%0
%26

Triadic Colors of #6faebc

#6faebc #bc6fae #aebc6f

Analogous Colors of #6faebc

#6faebc #6f88bc #6fbca4

Monochromatic Colors of #6faebc

#6faebc

Complementary Color

#6faebc #bc7d6f

#6faebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faebc Color CSS Codes

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

#6faebc Text Font Color

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

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


#6faebc Background Color

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

This div background color is #6faebc


#6faebc Border Color

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

This div border color is #6faebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faebc


Comments

No comments written yet.

Please login to write comment.