Color Hex Logo

#6acbcb Color Hex

#6ACBCB
(106,203,203)
0 Favorites   0 Comments

Color spaces of #6acbcb

RGB 106203203
HSL0.500.480.61
HSV180°48°80°
CMYK 0.480.000.00   0.20
XYZ38.079350.087864.1608
Yxy50.08780.25000.3288
Hunter Lab70.7727-27.8103-4.2099
CIE-Lab76.1231-28.4840-8.8414

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

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

The process color (four color CMYK) of #6acbcb color hex is 0.48, 0.00, 0.00, 0.20. Web safe color of #6acbcb is #66cccc. Color #6acbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001011 11001011
Octal 152 313 313
Decimal 106 203 203
Hex 6A CB CB

RGB Percentages of Color #6acbcb

%20.70
%39.65
%39.65

CMYK Percentages of Color #6acbcb

%48
%0
%0
%20

Triadic Colors of #6acbcb

#6acbcb #cb6acb #cbcb6a

Analogous Colors of #6acbcb

#6acbcb #6a9bcb #6acb9b

Monochromatic Colors of #6acbcb

#6acbcb

Complementary Color

#6acbcb #cb6a6a

#6acbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acbcb Color CSS Codes

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

#6acbcb Text Font Color

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

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


#6acbcb Background Color

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

This div background color is #6acbcb


#6acbcb Border Color

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

This div border color is #6acbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acbcb


Comments

No comments written yet.

Please login to write comment.