Color Hex Logo

#6ac0df Color Hex

#6AC0DF
(106,192,223)
0 Favorites   0 Comments

Color spaces of #6ac0df

RGB 106192223
HSL0.540.650.65
HSV196°52°87°
CMYK 0.520.140.00   0.13
XYZ38.112846.091276.6998
Yxy46.09120.23690.2865
Hunter Lab67.8905-18.6009-19.4600
CIE-Lab73.6047-17.5205-23.4633

#6ac0df color RGB value is (106,192,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000000 11011111
Octal 152 300 337
Decimal 106 192 223
Hex 6A C0 DF

RGB Percentages of Color #6ac0df

%20.35
%36.85
%42.80

CMYK Percentages of Color #6ac0df

%52
%14
%0
%13

Triadic Colors of #6ac0df

#6ac0df #df6ac0 #c0df6a

Analogous Colors of #6ac0df

#6ac0df #6a86df #6adfc4

Monochromatic Colors of #6ac0df

#6ac0df

Complementary Color

#6ac0df #df896a

#6ac0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac0df Color CSS Codes

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

#6ac0df Text Font Color

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

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


#6ac0df Background Color

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

This div background color is #6ac0df


#6ac0df Border Color

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

This div border color is #6ac0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac0df


Comments

No comments written yet.

Please login to write comment.