color codes Logo

#6cdcd8 color codes

#6CDCD8
(108,220,216)
0 Favorites   0 Comments

Color spaces of #6cdcd8

RGB 108220216
HSL0.490.620.64
HSV178°51°86°
CMYK 0.510.000.02   0.14
XYZ44.172259.332474.0899
Yxy59.33240.24870.3341
Hunter Lab77.0275-32.4356-3.1096
CIE-Lab81.4740-32.8529-7.8538

#6cdcd8 color RGB value is (108,220,216).

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

The process color (four color CMYK) of #6cdcd8 color code is 0.51, 0.00, 0.02, 0.14. Web safe color of #6cdcd8 is #66cccc. Color #6cdcd8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011100 11011000
Octal 154 334 330
Decimal 108 220 216
Hex 6C DC D8

RGB Percentages of Color #6cdcd8

%19.85
%40.44
%39.71

CMYK Percentages of Color #6cdcd8

%51
%0
%2
%14

Triadic Colors of #6cdcd8

#6cdcd8 #d86cdc #dcd86c

Analogous Colors of #6cdcd8

#6cdcd8 #6ca8dc #6cdca0

Monochromatic Colors of #6cdcd8

#6cdcd8

Complementary Color

#6cdcd8 #dc6c70

#6cdcd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdcd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdcd8 Color CSS Codes

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

#6cdcd8 Text Font Color

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

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


#6cdcd8 Background Color

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

This div background color is #6cdcd8


#6cdcd8 Border Color

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

This div border color is #6cdcd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdcd8


Comments

No comments written yet.

Please login to write comment.