Color Hex Logo

#6cddce Color Hex

#6CDDCE
(108,221,206)
0 Favorites   0 Comments

Color spaces of #6cddce

RGB 108221206
HSL0.480.620.65
HSV172°51°87°
CMYK 0.510.000.07   0.13
XYZ43.181459.357367.5737
Yxy59.35730.25380.3489
Hunter Lab77.0437-34.78091.9283
CIE-Lab81.4876-35.8293-2.5141

#6cddce color RGB value is (108,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011101 11001110
Octal 154 335 316
Decimal 108 221 206
Hex 6C DD CE

RGB Percentages of Color #6cddce

%20.19
%41.31
%38.50

CMYK Percentages of Color #6cddce

%51
%0
%7
%13

Triadic Colors of #6cddce

#6cddce #ce6cdd #ddce6c

Analogous Colors of #6cddce

#6cddce #6cb4dd #6cdd96

Monochromatic Colors of #6cddce

#6cddce

Complementary Color

#6cddce #dd6c7b

#6cddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cddce Color CSS Codes

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

#6cddce Text Font Color

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

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


#6cddce Background Color

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

This div background color is #6cddce


#6cddce Border Color

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

This div border color is #6cddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cddce


Comments

No comments written yet.

Please login to write comment.