Color Hex Logo

#6aced1 Color Hex

#6ACED1
(106,206,209)
0 Favorites   0 Comments

Color spaces of #6aced1

RGB 106206209
HSL0.500.530.62
HSV182°49°82°
CMYK 0.490.010.00   0.18
XYZ39.523851.810268.2389
Yxy51.81020.24770.3247
Hunter Lab71.9793-27.9495-5.8235
CIE-Lab77.1672-28.3812-10.5210

#6aced1 color RGB value is (106,206,209).

#6aced1 hex color red value is 106, green value is 206 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #6aced1 hue: 0.50 , saturation: 0.53 and the lightness value of 6aced1 is 0.62.

The process color (four color CMYK) of #6aced1 color hex is 0.49, 0.01, 0.00, 0.18. Web safe color of #6aced1 is #66cccc. Color #6aced1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001110 11010001
Octal 152 316 321
Decimal 106 206 209
Hex 6A CE D1

RGB Percentages of Color #6aced1

%20.35
%39.54
%40.12

CMYK Percentages of Color #6aced1

%49
%1
%0
%18

Triadic Colors of #6aced1

#6aced1 #d16ace #ced16a

Analogous Colors of #6aced1

#6aced1 #6a9bd1 #6ad1a1

Monochromatic Colors of #6aced1

#6aced1

Complementary Color

#6aced1 #d16d6a

#6aced1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aced1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aced1 Color CSS Codes

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

#6aced1 Text Font Color

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

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


#6aced1 Background Color

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

This div background color is #6aced1


#6aced1 Border Color

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

This div border color is #6aced1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aced1


Comments

No comments written yet.

Please login to write comment.