Color Hex Logo

#67bba1 Color Hex

#67BBA1
(103,187,161)
0 Favorites   0 Comments

Color spaces of #67bba1

RGB 103187161
HSL0.450.380.57
HSV161°45°73°
CMYK 0.450.000.14   0.27
XYZ29.796940.997440.0610
Yxy40.99740.26880.3698
Hunter Lab64.0292-28.98367.7246
CIE-Lab70.1741-31.77765.2636

#67bba1 color RGB value is (103,187,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111011 10100001
Octal 147 273 241
Decimal 103 187 161
Hex 67 BB A1

RGB Percentages of Color #67bba1

%22.84
%41.46
%35.70

CMYK Percentages of Color #67bba1

%45
%0
%14
%27

Triadic Colors of #67bba1

#67bba1 #a167bb #bba167

Analogous Colors of #67bba1

#67bba1 #67abbb #67bb77

Monochromatic Colors of #67bba1

#67bba1

Complementary Color

#67bba1 #bb6781

#67bba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bba1 Color CSS Codes

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

#67bba1 Text Font Color

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

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


#67bba1 Background Color

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

This div background color is #67bba1


#67bba1 Border Color

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

This div border color is #67bba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bba1


Comments

No comments written yet.

Please login to write comment.