Color Hex Logo

#67bbad Color Hex

#67BBAD
(103,187,173)
0 Favorites   0 Comments

Color spaces of #67bbad

RGB 103187173
HSL0.470.380.57
HSV170°45°73°
CMYK 0.450.000.07   0.27
XYZ30.906741.441345.9052
Yxy41.44130.26140.3504
Hunter Lab64.3749-26.95742.7833
CIE-Lab70.4840-28.9477-0.8572

#67bbad color RGB value is (103,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111011 10101101
Octal 147 273 255
Decimal 103 187 173
Hex 67 BB AD

RGB Percentages of Color #67bbad

%22.25
%40.39
%37.37

CMYK Percentages of Color #67bbad

%45
%0
%7
%27

Triadic Colors of #67bbad

#67bbad #ad67bb #bbad67

Analogous Colors of #67bbad

#67bbad #679fbb #67bb83

Monochromatic Colors of #67bbad

#67bbad

Complementary Color

#67bbad #bb6775

#67bbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bbad Color CSS Codes

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

#67bbad Text Font Color

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

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


#67bbad Background Color

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

This div background color is #67bbad


#67bbad Border Color

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

This div border color is #67bbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bbad


Comments

No comments written yet.

Please login to write comment.