Color Hex Logo

#6faefc Color Hex

#6FAEFC
(111,174,252)
0 Favorites   0 Comments

Color spaces of #6faefc

RGB 111174252
HSL0.590.960.71
HSV213°56°99°
CMYK 0.560.310.00   0.01
XYZ39.262340.679997.8781
Yxy40.67990.22080.2288
Hunter Lab63.7808-1.7350-46.3400
CIE-Lab69.95111.8979-44.8298

#6faefc color RGB value is (111,174,252).

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

The process color (four color CMYK) of #6faefc color hex is 0.56, 0.31, 0.00, 0.01. Web safe color of #6faefc is #6699ff. Color #6faefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101110 11111100
Octal 157 256 374
Decimal 111 174 252
Hex 6F AE FC

RGB Percentages of Color #6faefc

%20.67
%32.40
%46.93

CMYK Percentages of Color #6faefc

%56
%31
%0
%1

Triadic Colors of #6faefc

#6faefc #fc6fae #aefc6f

Analogous Colors of #6faefc

#6faefc #776ffc #6ff5fc

Monochromatic Colors of #6faefc

#6faefc

Complementary Color

#6faefc #fcbd6f

#6faefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faefc Color CSS Codes

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

#6faefc Text Font Color

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

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


#6faefc Background Color

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

This div background color is #6faefc


#6faefc Border Color

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

This div border color is #6faefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faefc


Comments

No comments written yet.

Please login to write comment.