Color Hex Logo

#609eda Color Hex

#609EDA
(96,158,218)
0 Favorites   0 Comments

Color spaces of #609eda

RGB 96158218
HSL0.580.620.62
HSV210°56°85°
CMYK 0.560.280.00   0.15
XYZ29.705632.002570.9411
Yxy32.00250.22390.2413
Hunter Lab56.5708-5.2675-34.7516
CIE-Lab63.3450-2.6889-36.5825

#609eda color RGB value is (96,158,218).

#609eda hex color red value is 96, green value is 158 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #609eda hue: 0.58 , saturation: 0.62 and the lightness value of 609eda is 0.62.

The process color (four color CMYK) of #609eda color hex is 0.56, 0.28, 0.00, 0.15. Web safe color of #609eda is #6699cc. Color #609eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011110 11011010
Octal 140 236 332
Decimal 96 158 218
Hex 60 9E DA

RGB Percentages of Color #609eda

%20.34
%33.47
%46.19

CMYK Percentages of Color #609eda

%56
%28
%0
%15

Triadic Colors of #609eda

#609eda #da609e #9eda60

Analogous Colors of #609eda

#609eda #6061da #60dad9

Monochromatic Colors of #609eda

#609eda

Complementary Color

#609eda #da9c60

#609eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#609eda Color CSS Codes

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

#609eda Text Font Color

<p style="color:#609eda">Text here</p>

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


#609eda Background Color

<div style="background-color:#609eda">
Div content here</div>

This div background color is #609eda


#609eda Border Color

<div style="border:3px solid #609eda">
Div here</div>

This div border color is #609eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,158,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #609eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #609eda;
  -webkit-box-shadow: 1px 1px 3px 2px #609eda;
  box-shadow:         1px 1px 3px 2px #609eda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,158,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609eda


Comments

No comments written yet.

Please login to write comment.