Color Hex Logo

#6cfdde Color Hex

#6CFDDE
(108,253,222)
0 Favorites   0 Comments

Color spaces of #6cfdde

RGB 108253222
HSL0.460.970.71
HSV167°57°99°
CMYK 0.570.000.12   0.01
XYZ54.494478.712681.4281
Yxy78.71260.25390.3667
Hunter Lab88.7201-45.62057.6872
CIE-Lab91.1041-46.27983.1240

#6cfdde color RGB value is (108,253,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111101 11011110
Octal 154 375 336
Decimal 108 253 222
Hex 6C FD DE

RGB Percentages of Color #6cfdde

%18.52
%43.40
%38.08

CMYK Percentages of Color #6cfdde

%57
%0
%12
%1

Triadic Colors of #6cfdde

#6cfdde #de6cfd #fdde6c

Analogous Colors of #6cfdde

#6cfdde #6cd4fd #6cfd96

Monochromatic Colors of #6cfdde

#6cfdde

Complementary Color

#6cfdde #fd6c8b

#6cfdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfdde Color CSS Codes

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

#6cfdde Text Font Color

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

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


#6cfdde Background Color

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

This div background color is #6cfdde


#6cfdde Border Color

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

This div border color is #6cfdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfdde

Related Colors


Comments

No comments written yet.

Please login to write comment.