Color Hex Logo

#6cccda Color Hex

#6CCCDA
(108,204,218)
0 Favorites   0 Comments

Color spaces of #6cccda

RGB 108204218
HSL0.520.600.64
HSV188°50°85°
CMYK 0.500.060.00   0.15
XYZ40.432151.435874.1268
Yxy51.43580.24360.3099
Hunter Lab71.7188-24.8768-11.0776
CIE-Lab76.9422-24.5743-15.6963

#6cccda color RGB value is (108,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001100 11011010
Octal 154 314 332
Decimal 108 204 218
Hex 6C CC DA

RGB Percentages of Color #6cccda

%20.38
%38.49
%41.13

CMYK Percentages of Color #6cccda

%50
%6
%0
%15

Triadic Colors of #6cccda

#6cccda #da6ccc #ccda6c

Analogous Colors of #6cccda

#6cccda #6c95da #6cdab1

Monochromatic Colors of #6cccda

#6cccda

Complementary Color

#6cccda #da7a6c

#6cccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cccda Color CSS Codes

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

#6cccda Text Font Color

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

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


#6cccda Background Color

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

This div background color is #6cccda


#6cccda Border Color

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

This div border color is #6cccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cccda


Comments

No comments written yet.

Please login to write comment.