Color Hex Logo

#67abba Color Hex

#67ABBA
(103,171,186)
0 Favorites   0 Comments

Color spaces of #67abba

RGB 103171186
HSL0.530.380.57
HSV191°45°73°
CMYK 0.450.080.00   0.27
XYZ29.019435.554651.7876
Yxy35.55460.24940.3056
Hunter Lab59.6277-17.4767-9.7549
CIE-Lab66.1782-17.5343-14.4311

#67abba color RGB value is (103,171,186).

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

The process color (four color CMYK) of #67abba color hex is 0.45, 0.08, 0.00, 0.27. Web safe color of #67abba is #6699cc. Color #67abba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101011 10111010
Octal 147 253 272
Decimal 103 171 186
Hex 67 AB BA

RGB Percentages of Color #67abba

%22.39
%37.17
%40.43

CMYK Percentages of Color #67abba

%45
%8
%0
%27

Triadic Colors of #67abba

#67abba #ba67ab #abba67

Analogous Colors of #67abba

#67abba #6782ba #67baa0

Monochromatic Colors of #67abba

#67abba

Complementary Color

#67abba #ba7667

#67abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#67abba Color CSS Codes

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

#67abba Text Font Color

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

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


#67abba Background Color

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

This div background color is #67abba


#67abba Border Color

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

This div border color is #67abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67abba


Comments

No comments written yet.

Please login to write comment.