Color Hex Logo

#6faebd Color Hex

#6FAEBD
(111,174,189)
0 Favorites   0 Comments

Color spaces of #6faebd

RGB 111174189
HSL0.530.370.59
HSV192°41°74°
CMYK 0.410.080.00   0.26
XYZ30.876937.325753.7213
Yxy37.32570.25320.3061
Hunter Lab61.0948-16.7031-9.3680
CIE-Lab67.5207-16.2853-14.0359

#6faebd color RGB value is (111,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101110 10111101
Octal 157 256 275
Decimal 111 174 189
Hex 6F AE BD

RGB Percentages of Color #6faebd

%23.42
%36.71
%39.87

CMYK Percentages of Color #6faebd

%41
%8
%0
%26

Triadic Colors of #6faebd

#6faebd #bd6fae #aebd6f

Analogous Colors of #6faebd

#6faebd #6f87bd #6fbda5

Monochromatic Colors of #6faebd

#6faebd

Complementary Color

#6faebd #bd7e6f

#6faebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faebd Color CSS Codes

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

#6faebd Text Font Color

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

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


#6faebd Background Color

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

This div background color is #6faebd


#6faebd Border Color

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

This div border color is #6faebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faebd


Comments

No comments written yet.

Please login to write comment.