Color Hex Logo

#6acfbd Color Hex

#6ACFBD
(106,207,189)
0 Favorites   0 Comments

Color spaces of #6acfbd

RGB 106207189
HSL0.470.510.61
HSV169°49°81°
CMYK 0.490.000.09   0.19
XYZ37.442051.363956.0849
Yxy51.36390.25840.3545
Hunter Lab71.6686-32.16593.7701
CIE-Lab76.8989-33.8958-0.1510

#6acfbd color RGB value is (106,207,189).

#6acfbd hex color red value is 106, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6acfbd hue: 0.47 , saturation: 0.51 and the lightness value of 6acfbd is 0.61.

The process color (four color CMYK) of #6acfbd color hex is 0.49, 0.00, 0.09, 0.19. Web safe color of #6acfbd is #66cccc. Color #6acfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001111 10111101
Octal 152 317 275
Decimal 106 207 189
Hex 6A CF BD

RGB Percentages of Color #6acfbd

%21.12
%41.24
%37.65

CMYK Percentages of Color #6acfbd

%49
%0
%9
%19

Triadic Colors of #6acfbd

#6acfbd #bd6acf #cfbd6a

Analogous Colors of #6acfbd

#6acfbd #6aafcf #6acf8b

Monochromatic Colors of #6acfbd

#6acfbd

Complementary Color

#6acfbd #cf6a7c

#6acfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acfbd Color CSS Codes

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

#6acfbd Text Font Color

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

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


#6acfbd Background Color

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

This div background color is #6acfbd


#6acfbd Border Color

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

This div border color is #6acfbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,207,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acfbd


Comments

No comments written yet.

Please login to write comment.