Color Hex Logo

#6afbbd Color Hex

#6AFBBD
(106,251,189)
0 Favorites   0 Comments

Color spaces of #6afbbd

RGB 106251189
HSL0.430.950.70
HSV154°58°98°
CMYK 0.580.000.25   0.02
XYZ49.626375.732760.1464
Yxy75.73270.26750.4083
Hunter Lab87.0245-50.502219.9393
CIE-Lab89.7351-53.135518.2001

#6afbbd color RGB value is (106,251,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111011 10111101
Octal 152 373 275
Decimal 106 251 189
Hex 6A FB BD

RGB Percentages of Color #6afbbd

%19.41
%45.97
%34.62

CMYK Percentages of Color #6afbbd

%58
%0
%25
%2

Triadic Colors of #6afbbd

#6afbbd #bd6afb #fbbd6a

Analogous Colors of #6afbbd

#6afbbd #6af1fb #6afb75

Monochromatic Colors of #6afbbd

#6afbbd

Complementary Color

#6afbbd #fb6aa8

#6afbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afbbd Color CSS Codes

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

#6afbbd Text Font Color

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

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


#6afbbd Background Color

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

This div background color is #6afbbd


#6afbbd Border Color

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

This div border color is #6afbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afbbd

Related Colors

#6afbbd Color Palettes


Comments

No comments written yet.

Please login to write comment.