Color Hex Logo

#6acddc Color Hex

#6ACDDC
(106,205,220)
0 Favorites   0 Comments

Color spaces of #6acddc

RGB 106205220
HSL0.520.620.64
HSV188°52°86°
CMYK 0.520.070.00   0.14
XYZ40.693451.894175.5819
Yxy51.89410.24200.3086
Hunter Lab72.0376-25.2326-11.7809
CIE-Lab77.2175-24.9523-16.3655

#6acddc color RGB value is (106,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001101 11011100
Octal 152 315 334
Decimal 106 205 220
Hex 6A CD DC

RGB Percentages of Color #6acddc

%19.96
%38.61
%41.43

CMYK Percentages of Color #6acddc

%52
%7
%0
%14

Triadic Colors of #6acddc

#6acddc #dc6acd #cddc6a

Analogous Colors of #6acddc

#6acddc #6a94dc #6adcb2

Monochromatic Colors of #6acddc

#6acddc

Complementary Color

#6acddc #dc796a

#6acddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acddc Color CSS Codes

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

#6acddc Text Font Color

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

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


#6acddc Background Color

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

This div background color is #6acddc


#6acddc Border Color

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

This div border color is #6acddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acddc


Comments

No comments written yet.

Please login to write comment.