Color Hex Logo

#67c6bc Color Hex

#67C6BC
(103,198,188)
0 Favorites   0 Comments

Color spaces of #67c6bc

RGB 103198188
HSL0.480.450.59
HSV174°48°78°
CMYK 0.480.000.05   0.22
XYZ34.864746.902654.7925
Yxy46.90260.25530.3435
Hunter Lab68.4855-28.97850.5043
CIE-Lab74.1274-30.5604-3.6884

#67c6bc color RGB value is (103,198,188).

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

The process color (four color CMYK) of #67c6bc color hex is 0.48, 0.00, 0.05, 0.22. Web safe color of #67c6bc is #66cccc. Color #67c6bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11000110 10111100
Octal 147 306 274
Decimal 103 198 188
Hex 67 C6 BC

RGB Percentages of Color #67c6bc

%21.06
%40.49
%38.45

CMYK Percentages of Color #67c6bc

%48
%0
%5
%22

Triadic Colors of #67c6bc

#67c6bc #bc67c6 #c6bc67

Analogous Colors of #67c6bc

#67c6bc #67a1c6 #67c68d

Monochromatic Colors of #67c6bc

#67c6bc

Complementary Color

#67c6bc #c66771

#67c6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67c6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67c6bc Color CSS Codes

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

#67c6bc Text Font Color

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

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


#67c6bc Background Color

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

This div background color is #67c6bc


#67c6bc Border Color

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

This div border color is #67c6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67c6bc


Comments

No comments written yet.

Please login to write comment.