Color Hex Logo

#6fadef Color Hex

#6FADEF
(111,173,239)
0 Favorites   0 Comments

Color spaces of #6fadef

RGB 111173239
HSL0.590.800.69
HSV211°54°94°
CMYK 0.540.280.00   0.06
XYZ37.079139.498687.3311
Yxy39.49860.22620.2410
Hunter Lab62.8479-4.6722-38.3936
CIE-Lab69.1109-1.5148-39.0801

#6fadef color RGB value is (111,173,239).

#6fadef hex color red value is 111, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6fadef hue: 0.59 , saturation: 0.80 and the lightness value of 6fadef is 0.69.

The process color (four color CMYK) of #6fadef color hex is 0.54, 0.28, 0.00, 0.06. Web safe color of #6fadef is #6699ff. Color #6fadef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101101 11101111
Octal 157 255 357
Decimal 111 173 239
Hex 6F AD EF

RGB Percentages of Color #6fadef

%21.22
%33.08
%45.70

CMYK Percentages of Color #6fadef

%54
%28
%0
%6

Triadic Colors of #6fadef

#6fadef #ef6fad #adef6f

Analogous Colors of #6fadef

#6fadef #716fef #6fedef

Monochromatic Colors of #6fadef

#6fadef

Complementary Color

#6fadef #efb16f

#6fadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fadef Color CSS Codes

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

#6fadef Text Font Color

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

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


#6fadef Background Color

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

This div background color is #6fadef


#6fadef Border Color

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

This div border color is #6fadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fadef


Comments

No comments written yet.

Please login to write comment.