Color Hex Logo

#618ead Color Hex

#618EAD
(97,142,173)
0 Favorites   0 Comments

Color spaces of #618ead

RGB 97142173
HSL0.570.320.53
HSV204°44°68°
CMYK 0.440.180.00   0.32
XYZ22.145624.904543.1750
Yxy24.90450.24540.2760
Hunter Lab49.9044-8.1215-16.3619
CIE-Lab56.9823-6.9078-21.1020

#618ead color RGB value is (97,142,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001110 10101101
Octal 141 216 255
Decimal 97 142 173
Hex 61 8E AD

RGB Percentages of Color #618ead

%23.54
%34.47
%41.99

CMYK Percentages of Color #618ead

%44
%18
%0
%32

Triadic Colors of #618ead

#618ead #ad618e #8ead61

Analogous Colors of #618ead

#618ead #6168ad #61ada6

Monochromatic Colors of #618ead

#618ead

Complementary Color

#618ead #ad8061

#618ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#618ead Color CSS Codes

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

#618ead Text Font Color

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

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


#618ead Background Color

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

This div background color is #618ead


#618ead Border Color

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

This div border color is #618ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618ead


Comments

No comments written yet.

Please login to write comment.