Color Hex Logo

#6cdadc Color Hex

#6CDADC
(108,218,220)
0 Favorites   0 Comments

Color spaces of #6cdadc

RGB 108218220
HSL0.500.620.64
HSV181°51°86°
CMYK 0.510.010.00   0.14
XYZ44.174058.498376.6732
Yxy58.49830.24630.3262
Hunter Lab76.4842-30.7533-5.8976
CIE-Lab81.0150-30.8695-10.6662

#6cdadc color RGB value is (108,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011010 11011100
Octal 154 332 334
Decimal 108 218 220
Hex 6C DA DC

RGB Percentages of Color #6cdadc

%19.78
%39.93
%40.29

CMYK Percentages of Color #6cdadc

%51
%1
%0
%14

Triadic Colors of #6cdadc

#6cdadc #dc6cda #dadc6c

Analogous Colors of #6cdadc

#6cdadc #6ca2dc #6cdca6

Monochromatic Colors of #6cdadc

#6cdadc

Complementary Color

#6cdadc #dc6e6c

#6cdadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdadc Color CSS Codes

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

#6cdadc Text Font Color

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

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


#6cdadc Background Color

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

This div background color is #6cdadc


#6cdadc Border Color

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

This div border color is #6cdadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdadc


Comments

No comments written yet.

Please login to write comment.