Color Hex Logo

#67baae Color Hex

#67BAAE
(103,186,174)
0 Favorites   0 Comments

Color spaces of #67baae

RGB 103186174
HSL0.480.380.57
HSV171°45°73°
CMYK 0.450.000.06   0.27
XYZ30.792441.057446.3463
Yxy41.05740.26050.3474
Hunter Lab64.0760-26.35311.9687
CIE-Lab70.2161-28.2174-1.7979

#67baae color RGB value is (103,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111010 10101110
Octal 147 272 256
Decimal 103 186 174
Hex 67 BA AE

RGB Percentages of Color #67baae

%22.25
%40.17
%37.58

CMYK Percentages of Color #67baae

%45
%0
%6
%27

Triadic Colors of #67baae

#67baae #ae67ba #baae67

Analogous Colors of #67baae

#67baae #679dba #67ba85

Monochromatic Colors of #67baae

#67baae

Complementary Color

#67baae #ba6773

#67baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#67baae Color CSS Codes

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

#67baae Text Font Color

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

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


#67baae Background Color

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

This div background color is #67baae


#67baae Border Color

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

This div border color is #67baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67baae


Comments

No comments written yet.

Please login to write comment.