Color Hex Logo

#67aead Color Hex

#67AEAD
(103,174,173)
0 Favorites   0 Comments

Color spaces of #67aead

RGB 103174173
HSL0.500.300.54
HSV179°41°68°
CMYK 0.410.000.01   0.32
XYZ28.272436.172845.0271
Yxy36.17280.25830.3304
Hunter Lab60.1438-21.3424-2.2872
CIE-Lab66.6517-22.4895-6.5021

#67aead color RGB value is (103,174,173).

#67aead hex color red value is 103, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #67aead hue: 0.50 , saturation: 0.30 and the lightness value of 67aead is 0.54.

The process color (four color CMYK) of #67aead color hex is 0.41, 0.00, 0.01, 0.32. Web safe color of #67aead is #669999. Color #67aead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101110 10101101
Octal 147 256 255
Decimal 103 174 173
Hex 67 AE AD

RGB Percentages of Color #67aead

%22.89
%38.67
%38.44

CMYK Percentages of Color #67aead

%41
%0
%1
%32

Triadic Colors of #67aead

#67aead #ad67ae #aead67

Analogous Colors of #67aead

#67aead #678cae #67ae8a

Monochromatic Colors of #67aead

#67aead

Complementary Color

#67aead #ae6768

#67aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#67aead Color CSS Codes

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

#67aead Text Font Color

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

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


#67aead Background Color

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

This div background color is #67aead


#67aead Border Color

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

This div border color is #67aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67aead


Comments

No comments written yet.

Please login to write comment.