Color Hex Logo

#67bbac Color Hex

#67BBAC
(103,187,172)
0 Favorites   0 Comments

Color spaces of #67bbac

RGB 103187172
HSL0.470.380.57
HSV169°45°73°
CMYK 0.450.000.08   0.27
XYZ30.810241.402845.3974
Yxy41.40280.26200.3520
Hunter Lab64.3450-27.13293.2106
CIE-Lab70.4572-29.1905-0.3484

#67bbac color RGB value is (103,187,172).

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

The process color (four color CMYK) of #67bbac color hex is 0.45, 0.00, 0.08, 0.27. Web safe color of #67bbac is #66cc99. Color #67bbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111011 10101100
Octal 147 273 254
Decimal 103 187 172
Hex 67 BB AC

RGB Percentages of Color #67bbac

%22.29
%40.48
%37.23

CMYK Percentages of Color #67bbac

%45
%0
%8
%27

Triadic Colors of #67bbac

#67bbac #ac67bb #bbac67

Analogous Colors of #67bbac

#67bbac #67a0bb #67bb82

Monochromatic Colors of #67bbac

#67bbac

Complementary Color

#67bbac #bb6776

#67bbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bbac Color CSS Codes

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

#67bbac Text Font Color

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

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


#67bbac Background Color

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

This div background color is #67bbac


#67bbac Border Color

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

This div border color is #67bbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bbac


Comments

No comments written yet.

Please login to write comment.