Color Hex Logo

#6dcdbf Color Hex

#6DCDBF
(109,205,191)
0 Favorites   0 Comments

Color spaces of #6dcdbf

RGB 109205191
HSL0.480.490.62
HSV171°47°80°
CMYK 0.470.000.07   0.20
XYZ37.542050.675457.0929
Yxy50.67540.25840.3487
Hunter Lab71.1867-30.44042.2791
CIE-Lab76.4820-31.7726-1.8247

#6dcdbf color RGB value is (109,205,191).

#6dcdbf hex color red value is 109, green value is 205 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6dcdbf hue: 0.48 , saturation: 0.49 and the lightness value of 6dcdbf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001101 10111111
Octal 155 315 277
Decimal 109 205 191
Hex 6D CD BF

RGB Percentages of Color #6dcdbf

%21.58
%40.59
%37.82

CMYK Percentages of Color #6dcdbf

%47
%0
%7
%20

Triadic Colors of #6dcdbf

#6dcdbf #bf6dcd #cdbf6d

Analogous Colors of #6dcdbf

#6dcdbf #6dabcd #6dcd8f

Monochromatic Colors of #6dcdbf

#6dcdbf

Complementary Color

#6dcdbf #cd6d7b

#6dcdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcdbf Color CSS Codes

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

#6dcdbf Text Font Color

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

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


#6dcdbf Background Color

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

This div background color is #6dcdbf


#6dcdbf Border Color

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

This div border color is #6dcdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcdbf


Comments

No comments written yet.

Please login to write comment.