Color Hex Logo

#67bacb Color Hex

#67BACB
(103,186,203)
0 Favorites   0 Comments

Color spaces of #67bacb

RGB 103186203
HSL0.530.490.60
HSV190°49°80°
CMYK 0.490.080.00   0.20
XYZ33.931942.313262.8788
Yxy42.31320.24390.3041
Hunter Lab65.0486-20.7224-11.7783
CIE-Lab71.0863-20.6731-16.4012

#67bacb color RGB value is (103,186,203).

#67bacb hex color red value is 103, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #67bacb hue: 0.53 , saturation: 0.49 and the lightness value of 67bacb is 0.60.

The process color (four color CMYK) of #67bacb color hex is 0.49, 0.08, 0.00, 0.20. Web safe color of #67bacb is #66cccc. Color #67bacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111010 11001011
Octal 147 272 313
Decimal 103 186 203
Hex 67 BA CB

RGB Percentages of Color #67bacb

%20.93
%37.80
%41.26

CMYK Percentages of Color #67bacb

%49
%8
%0
%20

Triadic Colors of #67bacb

#67bacb #cb67ba #bacb67

Analogous Colors of #67bacb

#67bacb #6788cb #67cbaa

Monochromatic Colors of #67bacb

#67bacb

Complementary Color

#67bacb #cb7867

#67bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bacb Color CSS Codes

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

#67bacb Text Font Color

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

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


#67bacb Background Color

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

This div background color is #67bacb


#67bacb Border Color

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

This div border color is #67bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bacb

#67bacb Color Palettes


Comments

No comments written yet.

Please login to write comment.