Color Hex Logo

#6cddcf Color Hex

#6CDDCF
(108,221,207)
0 Favorites   0 Comments

Color spaces of #6cddcf

RGB 108221207
HSL0.480.620.65
HSV173°51°87°
CMYK 0.510.000.06   0.13
XYZ43.303359.406068.2157
Yxy59.40600.25330.3476
Hunter Lab77.0753-34.59491.4779
CIE-Lab81.5143-35.5828-3.0067

#6cddcf color RGB value is (108,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011101 11001111
Octal 154 335 317
Decimal 108 221 207
Hex 6C DD CF

RGB Percentages of Color #6cddcf

%20.15
%41.23
%38.62

CMYK Percentages of Color #6cddcf

%51
%0
%6
%13

Triadic Colors of #6cddcf

#6cddcf #cf6cdd #ddcf6c

Analogous Colors of #6cddcf

#6cddcf #6cb3dd #6cdd97

Monochromatic Colors of #6cddcf

#6cddcf

Complementary Color

#6cddcf #dd6c7a

#6cddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cddcf Color CSS Codes

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

#6cddcf Text Font Color

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

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


#6cddcf Background Color

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

This div background color is #6cddcf


#6cddcf Border Color

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

This div border color is #6cddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cddcf


Comments

No comments written yet.

Please login to write comment.