Color Hex Logo

#67ddaf Color Hex

#67DDAF
(103,221,175)
0 Favorites   0 Comments

Color spaces of #67ddaf

RGB 103221175
HSL0.440.630.64
HSV157°53°87°
CMYK 0.530.000.21   0.13
XYZ39.187857.691649.6276
Yxy57.69160.26750.3938
Hunter Lab75.9550-40.826914.4295
CIE-Lab80.5670-44.096212.5786

#67ddaf color RGB value is (103,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011101 10101111
Octal 147 335 257
Decimal 103 221 175
Hex 67 DD AF

RGB Percentages of Color #67ddaf

%20.64
%44.29
%35.07

CMYK Percentages of Color #67ddaf

%53
%0
%21
%13

Triadic Colors of #67ddaf

#67ddaf #af67dd #ddaf67

Analogous Colors of #67ddaf

#67ddaf #67d0dd #67dd74

Monochromatic Colors of #67ddaf

#67ddaf

Complementary Color

#67ddaf #dd6795

#67ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#67ddaf Color CSS Codes

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

#67ddaf Text Font Color

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

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


#67ddaf Background Color

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

This div background color is #67ddaf


#67ddaf Border Color

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

This div border color is #67ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67ddaf


Comments

No comments written yet.

Please login to write comment.