Color Hex Logo

#6cdbcf Color Hex

#6CDBCF
(108,219,207)
0 Favorites   0 Comments

Color spaces of #6cdbcf

RGB 108219207
HSL0.480.610.64
HSV174°51°86°
CMYK 0.510.000.05   0.14
XYZ42.778358.356268.0407
Yxy58.35620.25290.3449
Hunter Lab76.3912-33.72650.6650
CIE-Lab80.9364-34.6533-3.8565

#6cdbcf color RGB value is (108,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011011 11001111
Octal 154 333 317
Decimal 108 219 207
Hex 6C DB CF

RGB Percentages of Color #6cdbcf

%20.22
%41.01
%38.76

CMYK Percentages of Color #6cdbcf

%51
%0
%5
%14

Triadic Colors of #6cdbcf

#6cdbcf #cf6cdb #dbcf6c

Analogous Colors of #6cdbcf

#6cdbcf #6cb0db #6cdb98

Monochromatic Colors of #6cdbcf

#6cdbcf

Complementary Color

#6cdbcf #db6c78

#6cdbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdbcf Color CSS Codes

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

#6cdbcf Text Font Color

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

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


#6cdbcf Background Color

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

This div background color is #6cdbcf


#6cdbcf Border Color

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

This div border color is #6cdbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdbcf


Comments

No comments written yet.

Please login to write comment.