Color Hex Logo

#6ddfcf Color Hex

#6DDFCF
(109,223,207)
0 Favorites   0 Comments

Color spaces of #6ddfcf

RGB 109223207
HSL0.480.640.65
HSV172°51°87°
CMYK 0.510.000.07   0.13
XYZ43.956860.531668.3985
Yxy60.53160.25430.3501
Hunter Lab77.8021-35.30422.3375
CIE-Lab82.1263-36.2952-2.1042

#6ddfcf color RGB value is (109,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011111 11001111
Octal 155 337 317
Decimal 109 223 207
Hex 6D DF CF

RGB Percentages of Color #6ddfcf

%20.22
%41.37
%38.40

CMYK Percentages of Color #6ddfcf

%51
%0
%7
%13

Triadic Colors of #6ddfcf

#6ddfcf #cf6ddf #dfcf6d

Analogous Colors of #6ddfcf

#6ddfcf #6db6df #6ddf96

Monochromatic Colors of #6ddfcf

#6ddfcf

Complementary Color

#6ddfcf #df6d7d

#6ddfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddfcf Color CSS Codes

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

#6ddfcf Text Font Color

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

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


#6ddfcf Background Color

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

This div background color is #6ddfcf


#6ddfcf Border Color

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

This div border color is #6ddfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddfcf


Comments

No comments written yet.

Please login to write comment.