Color Hex Logo

#609ace Color Hex

#609ACE
(96,154,206)
0 Favorites   0 Comments

Color spaces of #609ace

RGB 96154206
HSL0.580.530.59
HSV208°53°81°
CMYK 0.530.250.00   0.19
XYZ27.520030.054262.7431
Yxy30.05420.22870.2498
Hunter Lab54.8217-6.3326-29.4818
CIE-Lab61.7010-4.1373-32.4630

#609ace color RGB value is (96,154,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011010 11001110
Octal 140 232 316
Decimal 96 154 206
Hex 60 9A CE

RGB Percentages of Color #609ace

%21.05
%33.77
%45.18

CMYK Percentages of Color #609ace

%53
%25
%0
%19

Triadic Colors of #609ace

#609ace #ce609a #9ace60

Analogous Colors of #609ace

#609ace #6063ce #60cecb

Monochromatic Colors of #609ace

#609ace

Complementary Color

#609ace #ce9460

#609ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#609ace Color CSS Codes

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

#609ace Text Font Color

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

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


#609ace Background Color

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

This div background color is #609ace


#609ace Border Color

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

This div border color is #609ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609ace


Comments

No comments written yet.

Please login to write comment.