Color Hex Logo

#6acbcf Color Hex

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

Color spaces of #6acbcf

RGB 106203207
HSL0.510.510.61
HSV182°49°81°
CMYK 0.490.020.00   0.19
XYZ38.562350.281066.7042
Yxy50.28100.24790.3233
Hunter Lab70.9091-27.0178-6.1377
CIE-Lab76.2414-27.4419-10.8243

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

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

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

Base Numbers

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

RGB Percentages of Color #6acbcf

%20.54
%39.34
%40.12

CMYK Percentages of Color #6acbcf

%49
%2
%0
%19

Triadic Colors of #6acbcf

#6acbcf #cf6acb #cbcf6a

Analogous Colors of #6acbcf

#6acbcf #6a99cf #6acfa1

Monochromatic Colors of #6acbcf

#6acbcf

Complementary Color

#6acbcf #cf6e6a

#6acbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acbcf Color CSS Codes

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

#6acbcf Text Font Color

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

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


#6acbcf Background Color

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

This div background color is #6acbcf


#6acbcf Border Color

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

This div border color is #6acbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acbcf


Comments

No comments written yet.

Please login to write comment.