Color Hex Logo

#6fddae Color Hex

#6FDDAE
(111,221,174)
0 Favorites   0 Comments

Color spaces of #6fddae

RGB 111221174
HSL0.430.620.65
HSV154°50°87°
CMYK 0.500.000.21   0.13
XYZ40.052058.148449.1572
Yxy58.14840.27180.3946
Hunter Lab76.2551-39.691615.1578
CIE-Lab80.8212-42.476213.5048

#6fddae color RGB value is (111,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 10101110
Octal 157 335 256
Decimal 111 221 174
Hex 6F DD AE

RGB Percentages of Color #6fddae

%21.94
%43.68
%34.39

CMYK Percentages of Color #6fddae

%50
%0
%21
%13

Triadic Colors of #6fddae

#6fddae #ae6fdd #ddae6f

Analogous Colors of #6fddae

#6fddae #6fd5dd #6fdd77

Monochromatic Colors of #6fddae

#6fddae

Complementary Color

#6fddae #dd6f9e

#6fddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fddae Color CSS Codes

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

#6fddae Text Font Color

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

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


#6fddae Background Color

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

This div background color is #6fddae


#6fddae Border Color

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

This div border color is #6fddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fddae


Comments

No comments written yet.

Please login to write comment.