Color Hex Logo

#6abadf Color Hex

#6ABADF
(106,186,223)
0 Favorites   0 Comments

Color spaces of #6abadf

RGB 106186223
HSL0.550.650.65
HSV199°52°87°
CMYK 0.520.170.00   0.13
XYZ36.822043.509776.2695
Yxy43.50970.23510.2778
Hunter Lab65.9619-15.7890-22.3817
CIE-Lab71.8996-14.3812-26.0698

#6abadf color RGB value is (106,186,223).

#6abadf hex color red value is 106, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6abadf hue: 0.55 , saturation: 0.65 and the lightness value of 6abadf is 0.65.

The process color (four color CMYK) of #6abadf color hex is 0.52, 0.17, 0.00, 0.13. Web safe color of #6abadf is #66cccc. Color #6abadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111010 11011111
Octal 152 272 337
Decimal 106 186 223
Hex 6A BA DF

RGB Percentages of Color #6abadf

%20.58
%36.12
%43.30

CMYK Percentages of Color #6abadf

%52
%17
%0
%13

Triadic Colors of #6abadf

#6abadf #df6aba #badf6a

Analogous Colors of #6abadf

#6abadf #6a80df #6adfca

Monochromatic Colors of #6abadf

#6abadf

Complementary Color

#6abadf #df8f6a

#6abadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abadf Color CSS Codes

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

#6abadf Text Font Color

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

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


#6abadf Background Color

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

This div background color is #6abadf


#6abadf Border Color

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

This div border color is #6abadf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,186,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6abadf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6abadf;
  -webkit-box-shadow: 1px 1px 3px 2px #6abadf;
  box-shadow:         1px 1px 3px 2px #6abadf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,186,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abadf


Comments

No comments written yet.

Please login to write comment.