Color Hex Logo

#67baad Color Hex

#67BAAD
(103,186,173)
0 Favorites   0 Comments

Color spaces of #67baad

RGB 103186173
HSL0.470.380.57
HSV171°45°73°
CMYK 0.450.000.07   0.27
XYZ30.695241.018545.8347
Yxy41.01850.26110.3489
Hunter Lab64.0457-26.53022.4007
CIE-Lab70.1889-28.4618-1.2892

#67baad color RGB value is (103,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111010 10101101
Octal 147 272 255
Decimal 103 186 173
Hex 67 BA AD

RGB Percentages of Color #67baad

%22.29
%40.26
%37.45

CMYK Percentages of Color #67baad

%45
%0
%7
%27

Triadic Colors of #67baad

#67baad #ad67ba #baad67

Analogous Colors of #67baad

#67baad #679eba #67ba84

Monochromatic Colors of #67baad

#67baad

Complementary Color

#67baad #ba6774

#67baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#67baad Color CSS Codes

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

#67baad Text Font Color

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

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


#67baad Background Color

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

This div background color is #67baad


#67baad Border Color

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

This div border color is #67baad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,186,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 #67baad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67baad


Comments

No comments written yet.

Please login to write comment.