Color Hex Logo

#6ccfdb Color Hex

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

Color spaces of #6ccfdb

RGB 108207219
HSL0.520.610.64
HSV186°51°86°
CMYK 0.510.050.00   0.14
XYZ41.283352.928375.0581
Yxy52.92830.24390.3127
Hunter Lab72.7518-26.0252-10.2432
CIE-Lab77.8326-25.7917-14.8949

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

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

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

Base Numbers

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

RGB Percentages of Color #6ccfdb

%20.22
%38.76
%41.01

CMYK Percentages of Color #6ccfdb

%51
%5
%0
%14

Triadic Colors of #6ccfdb

#6ccfdb #db6ccf #cfdb6c

Analogous Colors of #6ccfdb

#6ccfdb #6c98db #6cdbb0

Monochromatic Colors of #6ccfdb

#6ccfdb

Complementary Color

#6ccfdb #db786c

#6ccfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccfdb Color CSS Codes

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

#6ccfdb Text Font Color

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

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


#6ccfdb Background Color

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

This div background color is #6ccfdb


#6ccfdb Border Color

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

This div border color is #6ccfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccfdb


Comments

No comments written yet.

Please login to write comment.