Color Hex Logo

#609ced Color Hex

#609CED
(96,156,237)
0 Favorites   0 Comments

Color spaces of #609ced

RGB 96156237
HSL0.600.800.65
HSV214°59°93°
CMYK 0.590.340.00   0.07
XYZ31.998432.378284.6839
Yxy32.37820.21470.2172
Hunter Lab56.90180.8001-48.4068
CIE-Lab63.65424.4924-46.5913

#609ced color RGB value is (96,156,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011100 11101101
Octal 140 234 355
Decimal 96 156 237
Hex 60 9C ED

RGB Percentages of Color #609ced

%19.63
%31.90
%48.47

CMYK Percentages of Color #609ced

%59
%34
%0
%7

Triadic Colors of #609ced

#609ced #ed609c #9ced60

Analogous Colors of #609ced

#609ced #6b60ed #60e3ed

Monochromatic Colors of #609ced

#609ced

Complementary Color

#609ced #edb160

#609ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#609ced Color CSS Codes

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

#609ced Text Font Color

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

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


#609ced Background Color

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

This div background color is #609ced


#609ced Border Color

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

This div border color is #609ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,156,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 #609ced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609ced


Comments

No comments written yet.

Please login to write comment.