Color Hex Logo

#67bbc6 Color Hex

#67BBC6
(103,187,198)
0 Favorites   0 Comments

Color spaces of #67bbc6

RGB 103187198
HSL0.520.450.59
HSV187°48°78°
CMYK 0.480.060.00   0.22
XYZ33.556942.501459.8610
Yxy42.50140.24690.3127
Hunter Lab65.1931-22.2085-8.8055
CIE-Lab71.2152-22.5403-13.4707

#67bbc6 color RGB value is (103,187,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111011 11000110
Octal 147 273 306
Decimal 103 187 198
Hex 67 BB C6

RGB Percentages of Color #67bbc6

%21.11
%38.32
%40.57

CMYK Percentages of Color #67bbc6

%48
%6
%0
%22

Triadic Colors of #67bbc6

#67bbc6 #c667bb #bbc667

Analogous Colors of #67bbc6

#67bbc6 #678cc6 #67c6a2

Monochromatic Colors of #67bbc6

#67bbc6

Complementary Color

#67bbc6 #c67267

#67bbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bbc6 Color CSS Codes

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

#67bbc6 Text Font Color

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

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


#67bbc6 Background Color

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

This div background color is #67bbc6


#67bbc6 Border Color

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

This div border color is #67bbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bbc6


Comments

No comments written yet.

Please login to write comment.