Color Hex Logo

#609aec Color Hex

#609AEC
(96,154,236)
0 Favorites   0 Comments

Color spaces of #609aec

RGB 96154236
HSL0.600.790.65
HSV215°59°93°
CMYK 0.590.350.00   0.07
XYZ31.519831.654183.8055
Yxy31.65410.21450.2154
Hunter Lab56.26201.5431-48.9325
CIE-Lab63.05605.3283-46.9847

#609aec color RGB value is (96,154,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011010 11101100
Octal 140 232 354
Decimal 96 154 236
Hex 60 9A EC

RGB Percentages of Color #609aec

%19.75
%31.69
%48.56

CMYK Percentages of Color #609aec

%59
%35
%0
%7

Triadic Colors of #609aec

#609aec #ec609a #9aec60

Analogous Colors of #609aec

#609aec #6c60ec #60e0ec

Monochromatic Colors of #609aec

#609aec

Complementary Color

#609aec #ecb260

#609aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#609aec Color CSS Codes

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

#609aec Text Font Color

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

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


#609aec Background Color

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

This div background color is #609aec


#609aec Border Color

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

This div border color is #609aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609aec


Comments

No comments written yet.

Please login to write comment.