Color Hex Logo

#6cfcdb Color Hex

#6CFCDB
(108,252,219)
0 Favorites   0 Comments

Color spaces of #6cfcdb

RGB 108252219
HSL0.460.960.71
HSV166°57°99°
CMYK 0.570.000.13   0.01
XYZ53.780977.923479.2240
Yxy77.92340.25500.3694
Hunter Lab88.2742-45.72918.5806
CIE-Lab90.7449-46.55254.1577

#6cfcdb color RGB value is (108,252,219).

#6cfcdb hex color red value is 108, green value is 252 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6cfcdb hue: 0.46 , saturation: 0.96 and the lightness value of 6cfcdb is 0.71.

The process color (four color CMYK) of #6cfcdb color hex is 0.57, 0.00, 0.13, 0.01. Web safe color of #6cfcdb is #66ffcc. Color #6cfcdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111100 11011011
Octal 154 374 333
Decimal 108 252 219
Hex 6C FC DB

RGB Percentages of Color #6cfcdb

%18.65
%43.52
%37.82

CMYK Percentages of Color #6cfcdb

%57
%0
%13
%1

Triadic Colors of #6cfcdb

#6cfcdb #db6cfc #fcdb6c

Analogous Colors of #6cfcdb

#6cfcdb #6cd5fc #6cfc93

Monochromatic Colors of #6cfcdb

#6cfcdb

Complementary Color

#6cfcdb #fc6c8d

#6cfcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfcdb Color CSS Codes

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

#6cfcdb Text Font Color

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

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


#6cfcdb Background Color

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

This div background color is #6cfcdb


#6cfcdb Border Color

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

This div border color is #6cfcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfcdb

Related Colors


Comments

No comments written yet.

Please login to write comment.