Color Hex Logo

#6accda Color Hex

#6ACCDA
(106,204,218)
0 Favorites   0 Comments

Color spaces of #6accda

RGB 106204218
HSL0.520.600.64
HSV188°51°85°
CMYK 0.510.060.00   0.15
XYZ40.191651.311974.1155
Yxy51.31190.24270.3098
Hunter Lab71.6323-25.2035-11.2027
CIE-Lab76.8676-24.9995-15.8161

#6accda color RGB value is (106,204,218).

#6accda hex color red value is 106, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6accda hue: 0.52 , saturation: 0.60 and the lightness value of 6accda is 0.64.

The process color (four color CMYK) of #6accda color hex is 0.51, 0.06, 0.00, 0.15. Web safe color of #6accda is #66cccc. Color #6accda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001100 11011010
Octal 152 314 332
Decimal 106 204 218
Hex 6A CC DA

RGB Percentages of Color #6accda

%20.08
%38.64
%41.29

CMYK Percentages of Color #6accda

%51
%6
%0
%15

Triadic Colors of #6accda

#6accda #da6acc #ccda6a

Analogous Colors of #6accda

#6accda #6a94da #6adab0

Monochromatic Colors of #6accda

#6accda

Complementary Color

#6accda #da786a

#6accda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6accda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6accda Color CSS Codes

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

#6accda Text Font Color

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

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


#6accda Background Color

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

This div background color is #6accda


#6accda Border Color

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

This div border color is #6accda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6accda


Comments

No comments written yet.

Please login to write comment.