Color Hex Logo

#67d4bd Color Hex

#67D4BD
(103,212,189)
0 Favorites   0 Comments

Color spaces of #67d4bd

RGB 103212189
HSL0.460.560.62
HSV167°51°83°
CMYK 0.510.000.11   0.17
XYZ38.322353.644756.4788
Yxy53.64470.25820.3614
Hunter Lab73.2425-34.77895.5501
CIE-Lab78.2541-36.88681.8111

#67d4bd color RGB value is (103,212,189).

#67d4bd hex color red value is 103, green value is 212 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #67d4bd hue: 0.46 , saturation: 0.56 and the lightness value of 67d4bd is 0.62.

The process color (four color CMYK) of #67d4bd color hex is 0.51, 0.00, 0.11, 0.17. Web safe color of #67d4bd is #66cccc. Color #67d4bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11010100 10111101
Octal 147 324 275
Decimal 103 212 189
Hex 67 D4 BD

RGB Percentages of Color #67d4bd

%20.44
%42.06
%37.50

CMYK Percentages of Color #67d4bd

%51
%0
%11
%17

Triadic Colors of #67d4bd

#67d4bd #bd67d4 #d4bd67

Analogous Colors of #67d4bd

#67d4bd #67b5d4 #67d487

Monochromatic Colors of #67d4bd

#67d4bd

Complementary Color

#67d4bd #d4677e

#67d4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67d4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#67d4bd Color CSS Codes

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

#67d4bd Text Font Color

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

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


#67d4bd Background Color

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

This div background color is #67d4bd


#67d4bd Border Color

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

This div border color is #67d4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67d4bd


Comments

No comments written yet.

Please login to write comment.