Color Hex Logo

#67ccaf Color Hex

#67CCAF
(103,204,175)
0 Favorites   0 Comments

Color spaces of #67ccaf

RGB 103204175
HSL0.450.500.60
HSV163°50°80°
CMYK 0.500.000.14   0.20
XYZ34.924249.164448.2064
Yxy49.16440.26400.3716
Hunter Lab70.1173-33.79768.3196
CIE-Lab75.5535-36.50375.4181

#67ccaf color RGB value is (103,204,175).

#67ccaf hex color red value is 103, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #67ccaf hue: 0.45 , saturation: 0.50 and the lightness value of 67ccaf is 0.60.

The process color (four color CMYK) of #67ccaf color hex is 0.50, 0.00, 0.14, 0.20. Web safe color of #67ccaf is #66cc99. Color #67ccaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11001100 10101111
Octal 147 314 257
Decimal 103 204 175
Hex 67 CC AF

RGB Percentages of Color #67ccaf

%21.37
%42.32
%36.31

CMYK Percentages of Color #67ccaf

%50
%0
%14
%20

Triadic Colors of #67ccaf

#67ccaf #af67cc #ccaf67

Analogous Colors of #67ccaf

#67ccaf #67b7cc #67cc7d

Monochromatic Colors of #67ccaf

#67ccaf

Complementary Color

#67ccaf #cc6784

#67ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#67ccaf Color CSS Codes

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

#67ccaf Text Font Color

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

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


#67ccaf Background Color

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

This div background color is #67ccaf


#67ccaf Border Color

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

This div border color is #67ccaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,204,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67ccaf


Comments

No comments written yet.

Please login to write comment.