Color Hex Logo

#6cddc7 Color Hex

#6CDDC7
(108,221,199)
0 Favorites   0 Comments

Color spaces of #6cddc7

RGB 108221199
HSL0.470.620.65
HSV168°51°87°
CMYK 0.510.000.10   0.13
XYZ42.349659.024663.1937
Yxy59.02460.25730.3587
Hunter Lab76.8275-36.05355.0108
CIE-Lab81.3051-37.52680.9398

#6cddc7 color RGB value is (108,221,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011101 11000111
Octal 154 335 307
Decimal 108 221 199
Hex 6C DD C7

RGB Percentages of Color #6cddc7

%20.45
%41.86
%37.69

CMYK Percentages of Color #6cddc7

%51
%0
%10
%13

Triadic Colors of #6cddc7

#6cddc7 #c76cdd #ddc76c

Analogous Colors of #6cddc7

#6cddc7 #6cbbdd #6cdd8f

Monochromatic Colors of #6cddc7

#6cddc7

Complementary Color

#6cddc7 #dd6c82

#6cddc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cddc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cddc7 Color CSS Codes

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

#6cddc7 Text Font Color

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

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


#6cddc7 Background Color

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

This div background color is #6cddc7


#6cddc7 Border Color

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

This div border color is #6cddc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cddc7


Comments

No comments written yet.

Please login to write comment.