Color Hex Logo

#67dfbc Color Hex

#67DFBC
(103,223,188)
0 Favorites   0 Comments

Color spaces of #67dfbc

RGB 103223188
HSL0.450.650.64
HSV163°54°87°
CMYK 0.540.000.16   0.13
XYZ41.058359.289856.8570
Yxy59.28980.26120.3771
Hunter Lab76.9999-39.569010.1199
CIE-Lab81.4506-42.07576.9644

#67dfbc color RGB value is (103,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011111 10111100
Octal 147 337 274
Decimal 103 223 188
Hex 67 DF BC

RGB Percentages of Color #67dfbc

%20.04
%43.39
%36.58

CMYK Percentages of Color #67dfbc

%54
%0
%16
%13

Triadic Colors of #67dfbc

#67dfbc #bc67df #dfbc67

Analogous Colors of #67dfbc

#67dfbc #67c6df #67df80

Monochromatic Colors of #67dfbc

#67dfbc

Complementary Color

#67dfbc #df678a

#67dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67dfbc Color CSS Codes

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

#67dfbc Text Font Color

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

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


#67dfbc Background Color

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

This div background color is #67dfbc


#67dfbc Border Color

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

This div border color is #67dfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67dfbc


Comments

No comments written yet.

Please login to write comment.