Color Hex Logo

#67cfad Color Hex

#67CFAD
(103,207,173)
0 Favorites   0 Comments

Color spaces of #67cfad

RGB 103207173
HSL0.450.520.61
HSV160°50°81°
CMYK 0.500.000.16   0.19
XYZ35.449250.526347.4194
Yxy50.52630.26570.3788
Hunter Lab71.0819-35.373610.2044
CIE-Lab76.3912-38.32887.6965

#67cfad color RGB value is (103,207,173).

#67cfad hex color red value is 103, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #67cfad hue: 0.45 , saturation: 0.52 and the lightness value of 67cfad is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11001111 10101101
Octal 147 317 255
Decimal 103 207 173
Hex 67 CF AD

RGB Percentages of Color #67cfad

%21.33
%42.86
%35.82

CMYK Percentages of Color #67cfad

%50
%0
%16
%19

Triadic Colors of #67cfad

#67cfad #ad67cf #cfad67

Analogous Colors of #67cfad

#67cfad #67bdcf #67cf79

Monochromatic Colors of #67cfad

#67cfad

Complementary Color

#67cfad #cf6789

#67cfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67cfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#67cfad Color CSS Codes

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

#67cfad Text Font Color

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

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


#67cfad Background Color

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

This div background color is #67cfad


#67cfad Border Color

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

This div border color is #67cfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67cfad


Comments

No comments written yet.

Please login to write comment.