color codes Logo

#6acdcf color codes

#6ACDCF
(106,205,207)
0 Favorites   0 Comments

Color spaces of #6acdcf

RGB 106205207
HSL0.500.510.61
HSV181°49°81°
CMYK 0.490.010.00   0.19
XYZ39.037751.231866.8627
Yxy51.23180.24840.3260
Hunter Lab71.5764-27.9049-5.2820
CIE-Lab76.8192-28.4176-9.9626

#6acdcf color RGB value is (106,205,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001101 11001111
Octal 152 315 317
Decimal 106 205 207
Hex 6A CD CF

RGB Percentages of Color #6acdcf

%20.46
%39.58
%39.96

CMYK Percentages of Color #6acdcf

%49
%1
%0
%19

Triadic Colors of #6acdcf

#6acdcf #cf6acd #cdcf6a

Analogous Colors of #6acdcf

#6acdcf #6a9bcf #6acf9f

Monochromatic Colors of #6acdcf

#6acdcf

Complementary Color

#6acdcf #cf6c6a

#6acdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acdcf Color CSS Codes

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

#6acdcf Text Font Color

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

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


#6acdcf Background Color

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

This div background color is #6acdcf


#6acdcf Border Color

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

This div border color is #6acdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acdcf


Comments

No comments written yet.

Please login to write comment.