Color Hex Logo

#6afcaf Color Hex

#6AFCAF
(106,252,175)
0 Favorites   0 Comments

Color spaces of #6afcaf

RGB 106252175
HSL0.410.960.70
HSV148°58°99°
CMYK 0.580.000.31   0.01
XYZ48.492175.780152.6287
Yxy75.78010.27410.4284
Hunter Lab87.0518-52.907325.0914
CIE-Lab89.7571-56.321525.3816

#6afcaf color RGB value is (106,252,175).

#6afcaf hex color red value is 106, green value is 252 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6afcaf hue: 0.41 , saturation: 0.96 and the lightness value of 6afcaf is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111100 10101111
Octal 152 374 257
Decimal 106 252 175
Hex 6A FC AF

RGB Percentages of Color #6afcaf

%19.89
%47.28
%32.83

CMYK Percentages of Color #6afcaf

%58
%0
%31
%1

Triadic Colors of #6afcaf

#6afcaf #af6afc #fcaf6a

Analogous Colors of #6afcaf

#6afcaf #6afcf8 #6efc6a

Monochromatic Colors of #6afcaf

#6afcaf

Complementary Color

#6afcaf #fc6ab7

#6afcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afcaf Color CSS Codes

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

#6afcaf Text Font Color

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

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


#6afcaf Background Color

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

This div background color is #6afcaf


#6afcaf Border Color

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

This div border color is #6afcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afcaf


Comments

No comments written yet.

Please login to write comment.