Color Hex Logo

#618cae Color Hex

#618CAE
(97,140,174)
0 Favorites   0 Comments

Color spaces of #618cae

RGB 97140174
HSL0.570.320.53
HSV206°44°68°
CMYK 0.440.200.00   0.32
XYZ21.947824.353543.5883
Yxy24.35350.24420.2709
Hunter Lab49.3493-6.9744-17.8241
CIE-Lab56.4400-5.4893-22.5043

#618cae color RGB value is (97,140,174).

#618cae hex color red value is 97, green value is 140 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #618cae hue: 0.57 , saturation: 0.32 and the lightness value of 618cae is 0.53.

The process color (four color CMYK) of #618cae color hex is 0.44, 0.20, 0.00, 0.32. Web safe color of #618cae is #669999. Color #618cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001100 10101110
Octal 141 214 256
Decimal 97 140 174
Hex 61 8C AE

RGB Percentages of Color #618cae

%23.60
%34.06
%42.34

CMYK Percentages of Color #618cae

%44
%20
%0
%32

Triadic Colors of #618cae

#618cae #ae618c #8cae61

Analogous Colors of #618cae

#618cae #6166ae #61aeaa

Monochromatic Colors of #618cae

#618cae

Complementary Color

#618cae #ae8361

#618cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#618cae Color CSS Codes

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

#618cae Text Font Color

<p style="color:#618cae">Text here</p>

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


#618cae Background Color

<div style="background-color:#618cae">
Div content here</div>

This div background color is #618cae


#618cae Border Color

<div style="border:3px solid #618cae">
Div here</div>

This div border color is #618cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,140,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #618cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #618cae;
  -webkit-box-shadow: 1px 1px 3px 2px #618cae;
  box-shadow:         1px 1px 3px 2px #618cae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,140,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 #618cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618cae


Comments

No comments written yet.

Please login to write comment.