Color Hex Logo

#6acbbf Color Hex

#6ACBBF
(106,203,191)
0 Favorites   0 Comments

Color spaces of #6acbbf

RGB 106203191
HSL0.480.480.61
HSV173°48°80°
CMYK 0.480.000.06   0.20
XYZ36.703849.537656.9174
Yxy49.53760.25640.3460
Hunter Lab70.3830-30.08471.3213
CIE-Lab75.7846-31.5174-2.8617

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001011 10111111
Octal 152 313 277
Decimal 106 203 191
Hex 6A CB BF

RGB Percentages of Color #6acbbf

%21.20
%40.60
%38.20

CMYK Percentages of Color #6acbbf

%48
%0
%6
%20

Triadic Colors of #6acbbf

#6acbbf #bf6acb #cbbf6a

Analogous Colors of #6acbbf

#6acbbf #6aa7cb #6acb8f

Monochromatic Colors of #6acbbf

#6acbbf

Complementary Color

#6acbbf #cb6a76

#6acbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acbbf Color CSS Codes

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

#6acbbf Text Font Color

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

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


#6acbbf Background Color

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

This div background color is #6acbbf


#6acbbf Border Color

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

This div border color is #6acbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acbbf


Comments

No comments written yet.

Please login to write comment.