Color Hex Logo

#6bffae Color Hex

#6BFFAE
(107,255,174)
0 Favorites   0 Comments

Color spaces of #6bffae

RGB 107255174
HSL0.411.000.71
HSV147°58°100°
CMYK 0.580.000.32   0.00
XYZ49.463477.701852.4354
Yxy77.70180.27540.4326
Hunter Lab88.1486-54.097226.4353
CIE-Lab90.6437-57.492727.1025

#6bffae color RGB value is (107,255,174).

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

The process color (four color CMYK) of #6bffae color hex is 0.58, 0.00, 0.32, 0.00. Web safe color of #6bffae is #66ff99. Color #6bffae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11111111 10101110
Octal 153 377 256
Decimal 107 255 174
Hex 6B FF AE

RGB Percentages of Color #6bffae

%19.96
%47.57
%32.46

CMYK Percentages of Color #6bffae

%58
%0
%32
%0

Triadic Colors of #6bffae

#6bffae #ae6bff #ffae6b

Analogous Colors of #6bffae

#6bffae #6bfff8 #72ff6b

Monochromatic Colors of #6bffae

#6bffae

Complementary Color

#6bffae #ff6bbc

#6bffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bffae Color CSS Codes

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

#6bffae Text Font Color

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

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


#6bffae Background Color

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

This div background color is #6bffae


#6bffae Border Color

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

This div border color is #6bffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bffae


Comments

No comments written yet.

Please login to write comment.