Color Hex Logo

#6faeec Color Hex

#6FAEEC
(111,174,236)
0 Favorites   0 Comments

Color spaces of #6faeec

RGB 111174236
HSL0.580.770.68
HSV210°53°93°
CMYK 0.530.260.00   0.07
XYZ36.831939.707785.0800
Yxy39.70770.22790.2457
Hunter Lab63.0140-5.9408-35.9421
CIE-Lab69.2608-2.9747-37.2111

#6faeec color RGB value is (111,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101110 11101100
Octal 157 256 354
Decimal 111 174 236
Hex 6F AE EC

RGB Percentages of Color #6faeec

%21.31
%33.40
%45.30

CMYK Percentages of Color #6faeec

%53
%26
%0
%7

Triadic Colors of #6faeec

#6faeec #ec6fae #aeec6f

Analogous Colors of #6faeec

#6faeec #6f70ec #6fecec

Monochromatic Colors of #6faeec

#6faeec

Complementary Color

#6faeec #ecad6f

#6faeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faeec Color CSS Codes

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

#6faeec Text Font Color

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

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


#6faeec Background Color

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

This div background color is #6faeec


#6faeec Border Color

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

This div border color is #6faeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faeec


Comments

No comments written yet.

Please login to write comment.