Color Hex Logo

#6afebb Color Hex

#6AFEBB
(106,254,187)
0 Favorites   0 Comments

Color spaces of #6afebb

RGB 106254187
HSL0.420.990.71
HSV153°58°100°
CMYK 0.580.000.26   0.00
XYZ50.355377.535659.3256
Yxy77.53560.26900.4141
Hunter Lab88.0543-52.016921.6920
CIE-Lab90.5676-54.761820.3853

#6afebb color RGB value is (106,254,187).

#6afebb hex color red value is 106, green value is 254 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6afebb hue: 0.42 , saturation: 0.99 and the lightness value of 6afebb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111110 10111011
Octal 152 376 273
Decimal 106 254 187
Hex 6A FE BB

RGB Percentages of Color #6afebb

%19.38
%46.44
%34.19

CMYK Percentages of Color #6afebb

%58
%0
%26
%0

Triadic Colors of #6afebb

#6afebb #bb6afe #febb6a

Analogous Colors of #6afebb

#6afebb #6af7fe #6afe71

Monochromatic Colors of #6afebb

#6afebb

Complementary Color

#6afebb #fe6aad

#6afebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afebb Color CSS Codes

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

#6afebb Text Font Color

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

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


#6afebb Background Color

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

This div background color is #6afebb


#6afebb Border Color

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

This div border color is #6afebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afebb


Comments

No comments written yet.

Please login to write comment.