Color Hex Logo

#6fdcae Color Hex

#6FDCAE
(111,220,174)
0 Favorites   0 Comments

Color spaces of #6fdcae

RGB 111220174
HSL0.430.610.65
HSV155°50°86°
CMYK 0.500.000.21   0.14
XYZ39.788757.621949.0695
Yxy57.62190.27160.3934
Hunter Lab75.9091-39.277914.8099
CIE-Lab80.5281-42.036013.0907

#6fdcae color RGB value is (111,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 10101110
Octal 157 334 256
Decimal 111 220 174
Hex 6F DC AE

RGB Percentages of Color #6fdcae

%21.98
%43.56
%34.46

CMYK Percentages of Color #6fdcae

%50
%0
%21
%14

Triadic Colors of #6fdcae

#6fdcae #ae6fdc #dcae6f

Analogous Colors of #6fdcae

#6fdcae #6fd4dc #6fdc78

Monochromatic Colors of #6fdcae

#6fdcae

Complementary Color

#6fdcae #dc6f9d

#6fdcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdcae Color CSS Codes

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

#6fdcae Text Font Color

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

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


#6fdcae Background Color

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

This div background color is #6fdcae


#6fdcae Border Color

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

This div border color is #6fdcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdcae


Comments

No comments written yet.

Please login to write comment.