Color Hex Logo

#6fadd2 Color Hex

#6FADD2
(111,173,210)
0 Favorites   0 Comments

Color spaces of #6fadd2

RGB 111173210
HSL0.560.520.63
HSV202°47°82°
CMYK 0.470.180.00   0.18
XYZ33.132037.919866.5458
Yxy37.91980.24080.2756
Hunter Lab61.5791-11.7232-20.9668
CIE-Lab67.9615-10.0133-24.9656

#6fadd2 color RGB value is (111,173,210).

#6fadd2 hex color red value is 111, green value is 173 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #6fadd2 hue: 0.56 , saturation: 0.52 and the lightness value of 6fadd2 is 0.63.

The process color (four color CMYK) of #6fadd2 color hex is 0.47, 0.18, 0.00, 0.18. Web safe color of #6fadd2 is #6699cc. Color #6fadd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101101 11010010
Octal 157 255 322
Decimal 111 173 210
Hex 6F AD D2

RGB Percentages of Color #6fadd2

%22.47
%35.02
%42.51

CMYK Percentages of Color #6fadd2

%47
%18
%0
%18

Triadic Colors of #6fadd2

#6fadd2 #d26fad #add26f

Analogous Colors of #6fadd2

#6fadd2 #6f7cd2 #6fd2c6

Monochromatic Colors of #6fadd2

#6fadd2

Complementary Color

#6fadd2 #d2946f

#6fadd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fadd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fadd2 Color CSS Codes

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

#6fadd2 Text Font Color

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

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


#6fadd2 Background Color

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

This div background color is #6fadd2


#6fadd2 Border Color

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

This div border color is #6fadd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fadd2


Comments

No comments written yet.

Please login to write comment.