Color Hex Logo

#6fcaae Color Hex

#6FCAAE
(111,202,174)
0 Favorites   0 Comments

Color spaces of #6fcaae

RGB 111202174
HSL0.450.460.61
HSV162°45°79°
CMYK 0.450.000.14   0.21
XYZ35.316148.676647.5786
Yxy48.67660.26840.3700
Hunter Lab69.7686-31.74048.4053
CIE-Lab75.2497-33.85975.5589

#6fcaae color RGB value is (111,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001010 10101110
Octal 157 312 256
Decimal 111 202 174
Hex 6F CA AE

RGB Percentages of Color #6fcaae

%22.79
%41.48
%35.73

CMYK Percentages of Color #6fcaae

%45
%0
%14
%21

Triadic Colors of #6fcaae

#6fcaae #ae6fca #caae6f

Analogous Colors of #6fcaae

#6fcaae #6fb9ca #6fca81

Monochromatic Colors of #6fcaae

#6fcaae

Complementary Color

#6fcaae #ca6f8b

#6fcaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcaae Color CSS Codes

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

#6fcaae Text Font Color

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

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


#6fcaae Background Color

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

This div background color is #6fcaae


#6fcaae Border Color

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

This div border color is #6fcaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcaae


Comments

No comments written yet.

Please login to write comment.