Color Hex Logo

#609deb Color Hex

#609DEB
(96,157,235)
0 Favorites   0 Comments

Color spaces of #609deb

RGB 96157235
HSL0.590.780.65
HSV214°59°92°
CMYK 0.590.330.00   0.08
XYZ31.876232.598983.2094
Yxy32.59890.21580.2207
Hunter Lab57.0954-0.2611-46.4409
CIE-Lab63.83483.2708-45.2062

#609deb color RGB value is (96,157,235).

#609deb hex color red value is 96, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #609deb hue: 0.59 , saturation: 0.78 and the lightness value of 609deb is 0.65.

The process color (four color CMYK) of #609deb color hex is 0.59, 0.33, 0.00, 0.08. Web safe color of #609deb is #6699ff. Color #609deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011101 11101011
Octal 140 235 353
Decimal 96 157 235
Hex 60 9D EB

RGB Percentages of Color #609deb

%19.67
%32.17
%48.16

CMYK Percentages of Color #609deb

%59
%33
%0
%8

Triadic Colors of #609deb

#609deb #eb609d #9deb60

Analogous Colors of #609deb

#609deb #6960eb #60e3eb

Monochromatic Colors of #609deb

#609deb

Complementary Color

#609deb #ebae60

#609deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#609deb Color CSS Codes

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

#609deb Text Font Color

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

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


#609deb Background Color

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

This div background color is #609deb


#609deb Border Color

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

This div border color is #609deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609deb


Comments

No comments written yet.

Please login to write comment.