Color Hex Logo

#67dfcf Color Hex

#67DFCF
(103,223,207)
0 Favorites   0 Comments

Color spaces of #67dfcf

RGB 103223207
HSL0.480.650.64
HSV172°54°87°
CMYK 0.540.000.07   0.13
XYZ43.243760.163968.3651
Yxy60.16390.25170.3503
Hunter Lab77.5654-36.22342.0384
CIE-Lab81.9272-37.5394-2.4196

#67dfcf color RGB value is (103,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011111 11001111
Octal 147 337 317
Decimal 103 223 207
Hex 67 DF CF

RGB Percentages of Color #67dfcf

%19.32
%41.84
%38.84

CMYK Percentages of Color #67dfcf

%54
%0
%7
%13

Triadic Colors of #67dfcf

#67dfcf #cf67df #dfcf67

Analogous Colors of #67dfcf

#67dfcf #67b3df #67df93

Monochromatic Colors of #67dfcf

#67dfcf

Complementary Color

#67dfcf #df6777

#67dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#67dfcf Color CSS Codes

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

#67dfcf Text Font Color

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

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


#67dfcf Background Color

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

This div background color is #67dfcf


#67dfcf Border Color

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

This div border color is #67dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67dfcf


Comments

No comments written yet.

Please login to write comment.