Color Hex Logo

#67bcbf Color Hex

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

Color spaces of #67bcbf

RGB 103188191
HSL0.510.410.58
HSV182°46°75°
CMYK 0.460.020.00   0.25
XYZ32.980742.611655.7768
Yxy42.61160.25110.3244
Hunter Lab65.2776-24.0508-4.9664
CIE-Lab71.2906-24.8993-9.5265

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

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

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

Base Numbers

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

RGB Percentages of Color #67bcbf

%21.37
%39.00
%39.63

CMYK Percentages of Color #67bcbf

%46
%2
%0
%25

Triadic Colors of #67bcbf

#67bcbf #bf67bc #bcbf67

Analogous Colors of #67bcbf

#67bcbf #6790bf #67bf96

Monochromatic Colors of #67bcbf

#67bcbf

Complementary Color

#67bcbf #bf6a67

#67bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bcbf Color CSS Codes

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

#67bcbf Text Font Color

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

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


#67bcbf Background Color

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

This div background color is #67bcbf


#67bcbf Border Color

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

This div border color is #67bcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bcbf


Comments

No comments written yet.

Please login to write comment.