Color Hex Logo

#6defcd Color Hex

#6DEFCD
(109,239,205)
0 Favorites   0 Comments

Color spaces of #6defcd

RGB 109239205
HSL0.460.800.68
HSV164°54°94°
CMYK 0.540.000.14   0.06
XYZ48.192669.392068.6116
Yxy69.39200.25880.3727
Hunter Lab83.3019-42.51079.4771
CIE-Lab86.6978-43.95895.6000

#6defcd color RGB value is (109,239,205).

#6defcd hex color red value is 109, green value is 239 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6defcd hue: 0.46 , saturation: 0.80 and the lightness value of 6defcd is 0.68.

The process color (four color CMYK) of #6defcd color hex is 0.54, 0.00, 0.14, 0.06. Web safe color of #6defcd is #66ffcc. Color #6defcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101111 11001101
Octal 155 357 315
Decimal 109 239 205
Hex 6D EF CD

RGB Percentages of Color #6defcd

%19.71
%43.22
%37.07

CMYK Percentages of Color #6defcd

%54
%0
%14
%6

Triadic Colors of #6defcd

#6defcd #cd6def #efcd6d

Analogous Colors of #6defcd

#6defcd #6dd0ef #6def8c

Monochromatic Colors of #6defcd

#6defcd

Complementary Color

#6defcd #ef6d8f

#6defcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6defcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6defcd Color CSS Codes

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

#6defcd Text Font Color

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

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


#6defcd Background Color

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

This div background color is #6defcd


#6defcd Border Color

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

This div border color is #6defcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6defcd


Comments

No comments written yet.

Please login to write comment.