Color Hex Logo

#6faedc Color Hex

#6FAEDC
(111,174,220)
0 Favorites   0 Comments

Color spaces of #6faedc

RGB 111174220
HSL0.570.610.65
HSV205°50°86°
CMYK 0.500.210.00   0.14
XYZ34.609938.818973.3788
Yxy38.81890.23580.2644
Hunter Lab62.3048-9.8779-26.2148
CIE-Lab68.6199-7.6950-29.4514

#6faedc color RGB value is (111,174,220).

#6faedc hex color red value is 111, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6faedc hue: 0.57 , saturation: 0.61 and the lightness value of 6faedc is 0.65.

The process color (four color CMYK) of #6faedc color hex is 0.50, 0.21, 0.00, 0.14. Web safe color of #6faedc is #6699cc. Color #6faedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101110 11011100
Octal 157 256 334
Decimal 111 174 220
Hex 6F AE DC

RGB Percentages of Color #6faedc

%21.98
%34.46
%43.56

CMYK Percentages of Color #6faedc

%50
%21
%0
%14

Triadic Colors of #6faedc

#6faedc #dc6fae #aedc6f

Analogous Colors of #6faedc

#6faedc #6f78dc #6fdcd4

Monochromatic Colors of #6faedc

#6faedc

Complementary Color

#6faedc #dc9d6f

#6faedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faedc Color CSS Codes

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

#6faedc Text Font Color

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

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


#6faedc Background Color

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

This div background color is #6faedc


#6faedc Border Color

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

This div border color is #6faedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faedc


Comments

No comments written yet.

Please login to write comment.