Color Hex Logo

#6fadec Color Hex

#6FADEC
(111,173,236)
0 Favorites   0 Comments

Color spaces of #6fadec

RGB 111173236
HSL0.580.770.68
HSV210°53°93°
CMYK 0.530.270.00   0.07
XYZ36.639439.322885.0158
Yxy39.32280.22760.2443
Hunter Lab62.7079-5.4436-36.4865
CIE-Lab68.9844-2.4196-37.6413

#6fadec color RGB value is (111,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101101 11101100
Octal 157 255 354
Decimal 111 173 236
Hex 6F AD EC

RGB Percentages of Color #6fadec

%21.35
%33.27
%45.38

CMYK Percentages of Color #6fadec

%53
%27
%0
%7

Triadic Colors of #6fadec

#6fadec #ec6fad #adec6f

Analogous Colors of #6fadec

#6fadec #706fec #6fecec

Monochromatic Colors of #6fadec

#6fadec

Complementary Color

#6fadec #ecae6f

#6fadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fadec Color CSS Codes

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

#6fadec Text Font Color

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

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


#6fadec Background Color

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

This div background color is #6fadec


#6fadec Border Color

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

This div border color is #6fadec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,173,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 #6fadec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fadec


Comments

No comments written yet.

Please login to write comment.