Color Hex Logo

#6fabdc Color Hex

#6FABDC
(111,171,220)
0 Favorites   0 Comments

Color spaces of #6fabdc

RGB 111171220
HSL0.570.610.65
HSV207°50°86°
CMYK 0.500.220.00   0.14
XYZ34.036737.672673.1878
Yxy37.67260.23490.2600
Hunter Lab61.3780-8.4257-27.7334
CIE-Lab67.7786-6.0510-30.7496

#6fabdc color RGB value is (111,171,220).

#6fabdc hex color red value is 111, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6fabdc hue: 0.57 , saturation: 0.61 and the lightness value of 6fabdc is 0.65.

The process color (four color CMYK) of #6fabdc color hex is 0.50, 0.22, 0.00, 0.14. Web safe color of #6fabdc is #6699cc. Color #6fabdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101011 11011100
Octal 157 253 334
Decimal 111 171 220
Hex 6F AB DC

RGB Percentages of Color #6fabdc

%22.11
%34.06
%43.82

CMYK Percentages of Color #6fabdc

%50
%22
%0
%14

Triadic Colors of #6fabdc

#6fabdc #dc6fab #abdc6f

Analogous Colors of #6fabdc

#6fabdc #6f75dc #6fdcd7

Monochromatic Colors of #6fabdc

#6fabdc

Complementary Color

#6fabdc #dca06f

#6fabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fabdc Color CSS Codes

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

#6fabdc Text Font Color

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

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


#6fabdc Background Color

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

This div background color is #6fabdc


#6fabdc Border Color

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

This div border color is #6fabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fabdc


Comments

No comments written yet.

Please login to write comment.