Color Hex Logo

#6ddfcb Color Hex

#6DDFCB
(109,223,203)
0 Favorites   0 Comments

Color spaces of #6ddfcb

RGB 109223203
HSL0.470.640.65
HSV169°51°87°
CMYK 0.510.000.09   0.13
XYZ43.473860.338465.8551
Yxy60.33840.25620.3556
Hunter Lab77.6778-36.03544.1085
CIE-Lab82.0218-37.2662-0.1344

#6ddfcb color RGB value is (109,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011111 11001011
Octal 155 337 313
Decimal 109 223 203
Hex 6D DF CB

RGB Percentages of Color #6ddfcb

%20.37
%41.68
%37.94

CMYK Percentages of Color #6ddfcb

%51
%0
%9
%13

Triadic Colors of #6ddfcb

#6ddfcb #cb6ddf #dfcb6d

Analogous Colors of #6ddfcb

#6ddfcb #6dbadf #6ddf92

Monochromatic Colors of #6ddfcb

#6ddfcb

Complementary Color

#6ddfcb #df6d81

#6ddfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddfcb Color CSS Codes

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

#6ddfcb Text Font Color

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

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


#6ddfcb Background Color

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

This div background color is #6ddfcb


#6ddfcb Border Color

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

This div border color is #6ddfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddfcb


Comments

No comments written yet.

Please login to write comment.