Color Hex Logo

#6ddfc1 Color Hex

#6DDFC1
(109,223,193)
0 Favorites   0 Comments

Color spaces of #6ddfc1

RGB 109223193
HSL0.460.640.65
HSV164°51°87°
CMYK 0.510.000.13   0.13
XYZ42.320059.876859.7790
Yxy59.87680.26130.3697
Hunter Lab77.3801-37.79168.3623
CIE-Lab81.7712-39.62474.8041

#6ddfc1 color RGB value is (109,223,193).

#6ddfc1 hex color red value is 109, green value is 223 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #6ddfc1 hue: 0.46 , saturation: 0.64 and the lightness value of 6ddfc1 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011111 11000001
Octal 155 337 301
Decimal 109 223 193
Hex 6D DF C1

RGB Percentages of Color #6ddfc1

%20.76
%42.48
%36.76

CMYK Percentages of Color #6ddfc1

%51
%0
%13
%13

Triadic Colors of #6ddfc1

#6ddfc1 #c16ddf #dfc16d

Analogous Colors of #6ddfc1

#6ddfc1 #6dc4df #6ddf88

Monochromatic Colors of #6ddfc1

#6ddfc1

Complementary Color

#6ddfc1 #df6d8b

#6ddfc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddfc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddfc1 Color CSS Codes

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

#6ddfc1 Text Font Color

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

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


#6ddfc1 Background Color

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

This div background color is #6ddfc1


#6ddfc1 Border Color

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

This div border color is #6ddfc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,223,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ddfc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ddfc1;
  -webkit-box-shadow: 1px 1px 3px 2px #6ddfc1;
  box-shadow:         1px 1px 3px 2px #6ddfc1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,223,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddfc1


Comments

No comments written yet.

Please login to write comment.