Color Hex Logo

#609ded Color Hex

#609DED
(96,157,237)
0 Favorites   0 Comments

Color spaces of #609ded

RGB 96157237
HSL0.590.800.65
HSV214°59°93°
CMYK 0.590.340.00   0.07
XYZ32.166932.715284.7400
Yxy32.71520.21500.2187
Hunter Lab57.19720.2908-47.8025
CIE-Lab63.92963.9148-46.1571

#609ded color RGB value is (96,157,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011101 11101101
Octal 140 235 355
Decimal 96 157 237
Hex 60 9D ED

RGB Percentages of Color #609ded

%19.59
%32.04
%48.37

CMYK Percentages of Color #609ded

%59
%34
%0
%7

Triadic Colors of #609ded

#609ded #ed609d #9ded60

Analogous Colors of #609ded

#609ded #6a60ed #60e4ed

Monochromatic Colors of #609ded

#609ded

Complementary Color

#609ded #edb060

#609ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#609ded Color CSS Codes

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

#609ded Text Font Color

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

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


#609ded Background Color

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

This div background color is #609ded


#609ded Border Color

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

This div border color is #609ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609ded


Comments

No comments written yet.

Please login to write comment.