Color Hex Logo

#6ccadd Color Hex

#6CCADD
(108,202,221)
0 Favorites   0 Comments

Color spaces of #6ccadd

RGB 108202221
HSL0.530.620.65
HSV190°51°87°
CMYK 0.510.090.00   0.13
XYZ40.356050.649776.0560
Yxy50.64970.24160.3032
Hunter Lab71.1686-23.3270-13.5436
CIE-Lab76.4663-22.7591-18.0301

#6ccadd color RGB value is (108,202,221).

#6ccadd hex color red value is 108, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6ccadd hue: 0.53 , saturation: 0.62 and the lightness value of 6ccadd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001010 11011101
Octal 154 312 335
Decimal 108 202 221
Hex 6C CA DD

RGB Percentages of Color #6ccadd

%20.34
%38.04
%41.62

CMYK Percentages of Color #6ccadd

%51
%9
%0
%13

Triadic Colors of #6ccadd

#6ccadd #dd6cca #cadd6c

Analogous Colors of #6ccadd

#6ccadd #6c92dd #6cddb8

Monochromatic Colors of #6ccadd

#6ccadd

Complementary Color

#6ccadd #dd7f6c

#6ccadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccadd Color CSS Codes

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

#6ccadd Text Font Color

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

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


#6ccadd Background Color

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

This div background color is #6ccadd


#6ccadd Border Color

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

This div border color is #6ccadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,202,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccadd


Comments

No comments written yet.

Please login to write comment.