Color Hex Logo

#6accdc Color Hex

#6ACCDC
(106,204,220)
0 Favorites   0 Comments

Color spaces of #6accdc

RGB 106204220
HSL0.520.620.64
HSV188°52°86°
CMYK 0.520.070.00   0.14
XYZ40.455051.417275.5025
Yxy51.41720.24170.3072
Hunter Lab71.7058-24.7789-12.2353
CIE-Lab76.9310-24.4551-16.7974

#6accdc color RGB value is (106,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001100 11011100
Octal 152 314 334
Decimal 106 204 220
Hex 6A CC DC

RGB Percentages of Color #6accdc

%20.00
%38.49
%41.51

CMYK Percentages of Color #6accdc

%52
%7
%0
%14

Triadic Colors of #6accdc

#6accdc #dc6acc #ccdc6a

Analogous Colors of #6accdc

#6accdc #6a93dc #6adcb3

Monochromatic Colors of #6accdc

#6accdc

Complementary Color

#6accdc #dc7a6a

#6accdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6accdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6accdc Color CSS Codes

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

#6accdc Text Font Color

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

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


#6accdc Background Color

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

This div background color is #6accdc


#6accdc Border Color

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

This div border color is #6accdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6accdc


Comments

No comments written yet.

Please login to write comment.