Color Hex Logo

#6bdfaa Color Hex

#6BDFAA
(107,223,170)
0 Favorites   0 Comments

Color spaces of #6bdfaa

RGB 107223170
HSL0.420.640.65
HSV153°52°87°
CMYK 0.520.000.24   0.13
XYZ39.706858.803447.2876
Yxy58.80340.27230.4033
Hunter Lab76.6834-41.768317.1166
CIE-Lab81.1834-45.117416.0995

#6bdfaa color RGB value is (107,223,170).

#6bdfaa hex color red value is 107, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6bdfaa hue: 0.42 , saturation: 0.64 and the lightness value of 6bdfaa is 0.65.

The process color (four color CMYK) of #6bdfaa color hex is 0.52, 0.00, 0.24, 0.13. Web safe color of #6bdfaa is #66cc99. Color #6bdfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011111 10101010
Octal 153 337 252
Decimal 107 223 170
Hex 6B DF AA

RGB Percentages of Color #6bdfaa

%21.40
%44.60
%34.00

CMYK Percentages of Color #6bdfaa

%52
%0
%24
%13

Triadic Colors of #6bdfaa

#6bdfaa #aa6bdf #dfaa6b

Analogous Colors of #6bdfaa

#6bdfaa #6bdadf #6bdf70

Monochromatic Colors of #6bdfaa

#6bdfaa

Complementary Color

#6bdfaa #df6ba0

#6bdfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdfaa Color CSS Codes

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

#6bdfaa Text Font Color

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

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


#6bdfaa Background Color

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

This div background color is #6bdfaa


#6bdfaa Border Color

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

This div border color is #6bdfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdfaa


Comments

No comments written yet.

Please login to write comment.