Color Hex Logo

#609acd Color Hex

#609ACD
(96,154,205)
0 Favorites   0 Comments

Color spaces of #609acd

RGB 96154205
HSL0.580.520.59
HSV208°53°80°
CMYK 0.530.250.00   0.20
XYZ27.398930.005862.1052
Yxy30.00580.22930.2511
Hunter Lab54.7776-6.5777-28.8770
CIE-Lab61.6592-4.4434-31.9690

#609acd color RGB value is (96,154,205).

#609acd hex color red value is 96, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #609acd hue: 0.58 , saturation: 0.52 and the lightness value of 609acd is 0.59.

The process color (four color CMYK) of #609acd color hex is 0.53, 0.25, 0.00, 0.20. Web safe color of #609acd is #6699cc. Color #609acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011010 11001101
Octal 140 232 315
Decimal 96 154 205
Hex 60 9A CD

RGB Percentages of Color #609acd

%21.10
%33.85
%45.05

CMYK Percentages of Color #609acd

%53
%25
%0
%20

Triadic Colors of #609acd

#609acd #cd609a #9acd60

Analogous Colors of #609acd

#609acd #6063cd #60cdca

Monochromatic Colors of #609acd

#609acd

Complementary Color

#609acd #cd9360

#609acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#609acd Color CSS Codes

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

#609acd Text Font Color

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

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


#609acd Background Color

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

This div background color is #609acd


#609acd Border Color

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

This div border color is #609acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609acd


Comments

No comments written yet.

Please login to write comment.