Color Hex Logo

#67bfbc Color Hex

#67BFBC
(103,191,188)
0 Favorites   0 Comments

Color spaces of #67bfbc

RGB 103191188
HSL0.490.410.58
HSV178°46°75°
CMYK 0.460.000.02   0.25
XYZ33.301443.776054.2714
Yxy43.77600.25350.3333
Hunter Lab66.1634-25.9433-2.3190
CIE-Lab72.0785-27.1605-6.7151

#67bfbc color RGB value is (103,191,188).

#67bfbc hex color red value is 103, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #67bfbc hue: 0.49 , saturation: 0.41 and the lightness value of 67bfbc is 0.58.

The process color (four color CMYK) of #67bfbc color hex is 0.46, 0.00, 0.02, 0.25. Web safe color of #67bfbc is #66cccc. Color #67bfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111111 10111100
Octal 147 277 274
Decimal 103 191 188
Hex 67 BF BC

RGB Percentages of Color #67bfbc

%21.37
%39.63
%39.00

CMYK Percentages of Color #67bfbc

%46
%0
%2
%25

Triadic Colors of #67bfbc

#67bfbc #bc67bf #bfbc67

Analogous Colors of #67bfbc

#67bfbc #6796bf #67bf90

Monochromatic Colors of #67bfbc

#67bfbc

Complementary Color

#67bfbc #bf676a

#67bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bfbc Color CSS Codes

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

#67bfbc Text Font Color

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

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


#67bfbc Background Color

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

This div background color is #67bfbc


#67bfbc Border Color

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

This div border color is #67bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bfbc


Comments

No comments written yet.

Please login to write comment.