Color Hex Logo

#6cfdaf Color Hex

#6CFDAF
(108,253,175)
0 Favorites   0 Comments

Color spaces of #6cfdaf

RGB 108253175
HSL0.410.970.71
HSV148°57°99°
CMYK 0.570.000.31   0.01
XYZ49.047576.533852.7449
Yxy76.53380.27500.4292
Hunter Lab87.4836-53.020625.4919
CIE-Lab90.1066-56.308225.8687

#6cfdaf color RGB value is (108,253,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111101 10101111
Octal 154 375 257
Decimal 108 253 175
Hex 6C FD AF

RGB Percentages of Color #6cfdaf

%20.15
%47.20
%32.65

CMYK Percentages of Color #6cfdaf

%57
%0
%31
%1

Triadic Colors of #6cfdaf

#6cfdaf #af6cfd #fdaf6c

Analogous Colors of #6cfdaf

#6cfdaf #6cfdf8 #72fd6c

Monochromatic Colors of #6cfdaf

#6cfdaf

Complementary Color

#6cfdaf #fd6cba

#6cfdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfdaf Color CSS Codes

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

#6cfdaf Text Font Color

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

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


#6cfdaf Background Color

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

This div background color is #6cfdaf


#6cfdaf Border Color

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

This div border color is #6cfdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfdaf


Comments

No comments written yet.

Please login to write comment.