Color Hex Logo

#67faaa Color Hex

#67FAAA
(103,250,170)
0 Favorites   0 Comments

Color spaces of #67faaa

RGB 103250170
HSL0.410.940.69
HSV147°59°98°
CMYK 0.590.000.32   0.02
XYZ47.034874.157149.8650
Yxy74.15710.27500.4335
Hunter Lab86.1145-53.205725.9480
CIE-Lab88.9967-57.086626.8675

#67faaa color RGB value is (103,250,170).

#67faaa hex color red value is 103, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #67faaa hue: 0.41 , saturation: 0.94 and the lightness value of 67faaa is 0.69.

The process color (four color CMYK) of #67faaa color hex is 0.59, 0.00, 0.32, 0.02. Web safe color of #67faaa is #66ff99. Color #67faaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11111010 10101010
Octal 147 372 252
Decimal 103 250 170
Hex 67 FA AA

RGB Percentages of Color #67faaa

%19.69
%47.80
%32.50

CMYK Percentages of Color #67faaa

%59
%0
%32
%2

Triadic Colors of #67faaa

#67faaa #aa67fa #faaa67

Analogous Colors of #67faaa

#67faaa #67faf4 #6efa67

Monochromatic Colors of #67faaa

#67faaa

Complementary Color

#67faaa #fa67b7

#67faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#67faaa Color CSS Codes

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

#67faaa Text Font Color

<p style="color:#67faaa">Text here</p>

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


#67faaa Background Color

<div style="background-color:#67faaa">
Div content here</div>

This div background color is #67faaa


#67faaa Border Color

<div style="border:3px solid #67faaa">
Div here</div>

This div border color is #67faaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,250,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67faaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67faaa;
  -webkit-box-shadow: 1px 1px 3px 2px #67faaa;
  box-shadow:         1px 1px 3px 2px #67faaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,250,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 #67faaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67faaa


Comments

No comments written yet.

Please login to write comment.