Color Hex Logo

#67ddaa Color Hex

#67DDAA
(103,221,170)
0 Favorites   0 Comments

Color spaces of #67ddaa

RGB 103221170
HSL0.430.630.64
HSV154°53°87°
CMYK 0.530.000.23   0.13
XYZ38.705757.498747.0886
Yxy57.49870.27010.4013
Hunter Lab75.8279-41.585016.2608
CIE-Lab80.4593-45.164115.0638

#67ddaa color RGB value is (103,221,170).

#67ddaa hex color red value is 103, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #67ddaa hue: 0.43 , saturation: 0.63 and the lightness value of 67ddaa is 0.64.

The process color (four color CMYK) of #67ddaa color hex is 0.53, 0.00, 0.23, 0.13. Web safe color of #67ddaa is #66cc99. Color #67ddaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011101 10101010
Octal 147 335 252
Decimal 103 221 170
Hex 67 DD AA

RGB Percentages of Color #67ddaa

%20.85
%44.74
%34.41

CMYK Percentages of Color #67ddaa

%53
%0
%23
%13

Triadic Colors of #67ddaa

#67ddaa #aa67dd #ddaa67

Analogous Colors of #67ddaa

#67ddaa #67d5dd #67dd6f

Monochromatic Colors of #67ddaa

#67ddaa

Complementary Color

#67ddaa #dd679a

#67ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#67ddaa Color CSS Codes

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

#67ddaa Text Font Color

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

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


#67ddaa Background Color

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

This div background color is #67ddaa


#67ddaa Border Color

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

This div border color is #67ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67ddaa


Comments

No comments written yet.

Please login to write comment.