Color Hex Logo

#6ac5bb Color Hex

#6AC5BB
(106,197,187)
0 Favorites   0 Comments

Color spaces of #6ac5bb

RGB 106197187
HSL0.480.440.59
HSV173°46°77°
CMYK 0.460.000.05   0.23
XYZ34.879846.584554.1671
Yxy46.58450.25720.3435
Hunter Lab68.2528-28.22220.7230
CIE-Lab73.9232-29.6285-3.4329

#6ac5bb color RGB value is (106,197,187).

#6ac5bb hex color red value is 106, green value is 197 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6ac5bb hue: 0.48 , saturation: 0.44 and the lightness value of 6ac5bb is 0.59.

The process color (four color CMYK) of #6ac5bb color hex is 0.46, 0.00, 0.05, 0.23. Web safe color of #6ac5bb is #66cccc. Color #6ac5bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000101 10111011
Octal 152 305 273
Decimal 106 197 187
Hex 6A C5 BB

RGB Percentages of Color #6ac5bb

%21.63
%40.20
%38.16

CMYK Percentages of Color #6ac5bb

%46
%0
%5
%23

Triadic Colors of #6ac5bb

#6ac5bb #bb6ac5 #c5bb6a

Analogous Colors of #6ac5bb

#6ac5bb #6aa2c5 #6ac58e

Monochromatic Colors of #6ac5bb

#6ac5bb

Complementary Color

#6ac5bb #c56a74

#6ac5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac5bb Color CSS Codes

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

#6ac5bb Text Font Color

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

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


#6ac5bb Background Color

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

This div background color is #6ac5bb


#6ac5bb Border Color

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

This div border color is #6ac5bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac5bb


Comments

No comments written yet.

Please login to write comment.