Color Hex Logo

#6cf9dd Color Hex

#6CF9DD
(108,249,221)
0 Favorites   0 Comments

Color spaces of #6cf9dd

RGB 108249221
HSL0.470.920.70
HSV168°57°98°
CMYK 0.570.000.11   0.02
XYZ53.111276.160080.3077
Yxy76.16000.25340.3634
Hunter Lab87.2697-44.08926.5287
CIE-Lab89.9336-44.77901.9423

#6cf9dd color RGB value is (108,249,221).

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

The process color (four color CMYK) of #6cf9dd color hex is 0.57, 0.00, 0.11, 0.02. Web safe color of #6cf9dd is #66ffcc. Color #6cf9dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111001 11011101
Octal 154 371 335
Decimal 108 249 221
Hex 6C F9 DD

RGB Percentages of Color #6cf9dd

%18.69
%43.08
%38.24

CMYK Percentages of Color #6cf9dd

%57
%0
%11
%2

Triadic Colors of #6cf9dd

#6cf9dd #dd6cf9 #f9dd6c

Analogous Colors of #6cf9dd

#6cf9dd #6ccff9 #6cf997

Monochromatic Colors of #6cf9dd

#6cf9dd

Complementary Color

#6cf9dd #f96c88

#6cf9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cf9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cf9dd Color CSS Codes

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

#6cf9dd Text Font Color

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

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


#6cf9dd Background Color

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

This div background color is #6cf9dd


#6cf9dd Border Color

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

This div border color is #6cf9dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,249,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 #6cf9dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cf9dd


Comments

No comments written yet.

Please login to write comment.