Color Hex Logo

#6fdcb1 Color Hex

#6FDCB1
(111,220,177)
0 Favorites   0 Comments

Color spaces of #6fdcb1

RGB 111220177
HSL0.430.610.65
HSV156°50°86°
CMYK 0.500.000.20   0.14
XYZ40.084657.740250.6273
Yxy57.74020.27000.3889
Hunter Lab75.9870-38.815013.6882
CIE-Lab80.5941-41.395711.5988

#6fdcb1 color RGB value is (111,220,177).

#6fdcb1 hex color red value is 111, green value is 220 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #6fdcb1 hue: 0.43 , saturation: 0.61 and the lightness value of 6fdcb1 is 0.65.

The process color (four color CMYK) of #6fdcb1 color hex is 0.50, 0.00, 0.20, 0.14. Web safe color of #6fdcb1 is #66cc99. Color #6fdcb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 10110001
Octal 157 334 261
Decimal 111 220 177
Hex 6F DC B1

RGB Percentages of Color #6fdcb1

%21.85
%43.31
%34.84

CMYK Percentages of Color #6fdcb1

%50
%0
%20
%14

Triadic Colors of #6fdcb1

#6fdcb1 #b16fdc #dcb16f

Analogous Colors of #6fdcb1

#6fdcb1 #6fd1dc #6fdc7b

Monochromatic Colors of #6fdcb1

#6fdcb1

Complementary Color

#6fdcb1 #dc6f9a

#6fdcb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdcb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdcb1 Color CSS Codes

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

#6fdcb1 Text Font Color

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

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


#6fdcb1 Background Color

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

This div background color is #6fdcb1


#6fdcb1 Border Color

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

This div border color is #6fdcb1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,220,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fdcb1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fdcb1;
  -webkit-box-shadow: 1px 1px 3px 2px #6fdcb1;
  box-shadow:         1px 1px 3px 2px #6fdcb1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,220,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdcb1


Comments

No comments written yet.

Please login to write comment.