Color Hex Logo

#6acfcb Color Hex

#6ACFCB
(106,207,203)
0 Favorites   0 Comments

Color spaces of #6acfcb

RGB 106207203
HSL0.490.510.61
HSV178°49°81°
CMYK 0.490.000.02   0.19
XYZ39.036252.001664.4798
Yxy52.00160.25100.3344
Hunter Lab72.1121-29.5695-2.5363
CIE-Lab77.2818-30.4162-7.1211

#6acfcb color RGB value is (106,207,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001111 11001011
Octal 152 317 313
Decimal 106 207 203
Hex 6A CF CB

RGB Percentages of Color #6acfcb

%20.54
%40.12
%39.34

CMYK Percentages of Color #6acfcb

%49
%0
%2
%19

Triadic Colors of #6acfcb

#6acfcb #cb6acf #cfcb6a

Analogous Colors of #6acfcb

#6acfcb #6aa1cf #6acf99

Monochromatic Colors of #6acfcb

#6acfcb

Complementary Color

#6acfcb #cf6a6e

#6acfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acfcb Color CSS Codes

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

#6acfcb Text Font Color

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

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


#6acfcb Background Color

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

This div background color is #6acfcb


#6acfcb Border Color

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

This div border color is #6acfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acfcb


Comments

No comments written yet.

Please login to write comment.