Color Hex Logo

#679aae Color Hex

#679AAE
(103,154,174)
0 Favorites   0 Comments

Color spaces of #679aae

RGB 103154174
HSL0.550.300.54
HSV197°41°68°
CMYK 0.410.110.00   0.32
XYZ24.789129.050844.3452
Yxy29.05080.25250.2959
Hunter Lab53.8988-12.2273-11.0517
CIE-Lab60.8264-11.6926-15.7898

#679aae color RGB value is (103,154,174).

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

The process color (four color CMYK) of #679aae color hex is 0.41, 0.11, 0.00, 0.32. Web safe color of #679aae is #669999. Color #679aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011010 10101110
Octal 147 232 256
Decimal 103 154 174
Hex 67 9A AE

RGB Percentages of Color #679aae

%23.90
%35.73
%40.37

CMYK Percentages of Color #679aae

%41
%11
%0
%32

Triadic Colors of #679aae

#679aae #ae679a #9aae67

Analogous Colors of #679aae

#679aae #6777ae #67ae9f

Monochromatic Colors of #679aae

#679aae

Complementary Color

#679aae #ae7b67

#679aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#679aae Color CSS Codes

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

#679aae Text Font Color

<p style="color:#679aae">Text here</p>

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


#679aae Background Color

<div style="background-color:#679aae">
Div content here</div>

This div background color is #679aae


#679aae Border Color

<div style="border:3px solid #679aae">
Div here</div>

This div border color is #679aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679aae


Comments

No comments written yet.

Please login to write comment.