Color Hex Logo

#6cdfdb Color Hex

#6CDFDB
(108,223,219)
0 Favorites   0 Comments

Color spaces of #6cdfdb

RGB 108223219
HSL0.490.640.65
HSV178°52°87°
CMYK 0.520.000.02   0.13
XYZ45.358261.078076.4164
Yxy61.07800.24810.3340
Hunter Lab78.1524-33.1687-3.2663
CIE-Lab82.4207-33.4978-8.0439

#6cdfdb color RGB value is (108,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011111 11011011
Octal 154 337 333
Decimal 108 223 219
Hex 6C DF DB

RGB Percentages of Color #6cdfdb

%19.64
%40.55
%39.82

CMYK Percentages of Color #6cdfdb

%52
%0
%2
%13

Triadic Colors of #6cdfdb

#6cdfdb #db6cdf #dfdb6c

Analogous Colors of #6cdfdb

#6cdfdb #6caadf #6cdfa2

Monochromatic Colors of #6cdfdb

#6cdfdb

Complementary Color

#6cdfdb #df6c70

#6cdfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdfdb Color CSS Codes

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

#6cdfdb Text Font Color

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

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


#6cdfdb Background Color

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

This div background color is #6cdfdb


#6cdfdb Border Color

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

This div border color is #6cdfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdfdb


Comments

No comments written yet.

Please login to write comment.