Color Hex Logo

#6affbd Color Hex

#6AFFBD
(106,255,189)
0 Favorites   0 Comments

Color spaces of #6affbd

RGB 106255189
HSL0.431.000.71
HSV153°58°100°
CMYK 0.580.000.26   0.00
XYZ50.889278.258360.5673
Yxy78.25830.26820.4125
Hunter Lab88.4637-52.128521.3313
CIE-Lab90.8976-54.759719.8226

#6affbd color RGB value is (106,255,189).

#6affbd hex color red value is 106, green value is 255 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6affbd hue: 0.43 , saturation: 1.00 and the lightness value of 6affbd is 0.71.

The process color (four color CMYK) of #6affbd color hex is 0.58, 0.00, 0.26, 0.00. Web safe color of #6affbd is #66ffcc. Color #6affbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111111 10111101
Octal 152 377 275
Decimal 106 255 189
Hex 6A FF BD

RGB Percentages of Color #6affbd

%19.27
%46.36
%34.36

CMYK Percentages of Color #6affbd

%58
%0
%26
%0

Triadic Colors of #6affbd

#6affbd #bd6aff #ffbd6a

Analogous Colors of #6affbd

#6affbd #6af7ff #6aff73

Monochromatic Colors of #6affbd

#6affbd

Complementary Color

#6affbd #ff6aac

#6affbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6affbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6affbd Color CSS Codes

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

#6affbd Text Font Color

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

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


#6affbd Background Color

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

This div background color is #6affbd


#6affbd Border Color

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

This div border color is #6affbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6affbd


Comments

No comments written yet.

Please login to write comment.