Color Hex Logo

#6acccf Color Hex

#6ACCCF
(106,204,207)
0 Favorites   0 Comments

Color spaces of #6acccf

RGB 106204207
HSL0.500.510.61
HSV182°49°81°
CMYK 0.490.010.00   0.19
XYZ38.799250.754966.7832
Yxy50.75490.24820.3246
Hunter Lab71.2425-27.4619-5.7091
CIE-Lab76.5303-27.9307-10.3933

#6acccf color RGB value is (106,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001100 11001111
Octal 152 314 317
Decimal 106 204 207
Hex 6A CC CF

RGB Percentages of Color #6acccf

%20.50
%39.46
%40.04

CMYK Percentages of Color #6acccf

%49
%1
%0
%19

Triadic Colors of #6acccf

#6acccf #cf6acc #cccf6a

Analogous Colors of #6acccf

#6acccf #6a9acf #6acfa0

Monochromatic Colors of #6acccf

#6acccf

Complementary Color

#6acccf #cf6d6a

#6acccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acccf Color CSS Codes

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

#6acccf Text Font Color

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

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


#6acccf Background Color

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

This div background color is #6acccf


#6acccf Border Color

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

This div border color is #6acccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acccf


Comments

No comments written yet.

Please login to write comment.