Color Hex Logo

#67dfaf Color Hex

#67DFAF
(103,223,175)
0 Favorites   0 Comments

Color spaces of #67dfaf

RGB 103223175
HSL0.430.650.64
HSV156°54°87°
CMYK 0.540.000.22   0.13
XYZ39.719158.754149.8047
Yxy58.75410.26790.3962
Hunter Lab76.6512-41.644615.1317
CIE-Lab81.1562-44.961713.4117

#67dfaf color RGB value is (103,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011111 10101111
Octal 147 337 257
Decimal 103 223 175
Hex 67 DF AF

RGB Percentages of Color #67dfaf

%20.56
%44.51
%34.93

CMYK Percentages of Color #67dfaf

%54
%0
%22
%13

Triadic Colors of #67dfaf

#67dfaf #af67df #dfaf67

Analogous Colors of #67dfaf

#67dfaf #67d3df #67df73

Monochromatic Colors of #67dfaf

#67dfaf

Complementary Color

#67dfaf #df6797

#67dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#67dfaf Color CSS Codes

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

#67dfaf Text Font Color

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

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


#67dfaf Background Color

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

This div background color is #67dfaf


#67dfaf Border Color

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

This div border color is #67dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67dfaf


Comments

No comments written yet.

Please login to write comment.