Color Hex Logo

#6fabef Color Hex

#6FABEF
(111,171,239)
0 Favorites   0 Comments

Color spaces of #6fabef

RGB 111171239
HSL0.590.800.69
HSV212°54°94°
CMYK 0.540.280.00   0.06
XYZ36.698438.737387.2042
Yxy38.73730.22560.2382
Hunter Lab62.2393-3.6691-39.5044
CIE-Lab68.5605-0.3972-39.9390

#6fabef color RGB value is (111,171,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101011 11101111
Octal 157 253 357
Decimal 111 171 239
Hex 6F AB EF

RGB Percentages of Color #6fabef

%21.31
%32.82
%45.87

CMYK Percentages of Color #6fabef

%54
%28
%0
%6

Triadic Colors of #6fabef

#6fabef #ef6fab #abef6f

Analogous Colors of #6fabef

#6fabef #736fef #6febef

Monochromatic Colors of #6fabef

#6fabef

Complementary Color

#6fabef #efb36f

#6fabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fabef Color CSS Codes

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

#6fabef Text Font Color

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

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


#6fabef Background Color

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

This div background color is #6fabef


#6fabef Border Color

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

This div border color is #6fabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fabef


Comments

No comments written yet.

Please login to write comment.