Color Hex Logo

#609edc Color Hex

#609EDC
(96,158,220)
0 Favorites   0 Comments

Color spaces of #609edc

RGB 96158220
HSL0.580.640.62
HSV210°56°86°
CMYK 0.560.280.00   0.14
XYZ29.969032.107872.3280
Yxy32.10780.22300.2389
Hunter Lab56.6637-4.7543-36.0156
CIE-Lab63.4319-2.0636-37.5552

#609edc color RGB value is (96,158,220).

#609edc hex color red value is 96, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #609edc hue: 0.58 , saturation: 0.64 and the lightness value of 609edc is 0.62.

The process color (four color CMYK) of #609edc color hex is 0.56, 0.28, 0.00, 0.14. Web safe color of #609edc is #6699cc. Color #609edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011110 11011100
Octal 140 236 334
Decimal 96 158 220
Hex 60 9E DC

RGB Percentages of Color #609edc

%20.25
%33.33
%46.41

CMYK Percentages of Color #609edc

%56
%28
%0
%14

Triadic Colors of #609edc

#609edc #dc609e #9edc60

Analogous Colors of #609edc

#609edc #6060dc #60dcdc

Monochromatic Colors of #609edc

#609edc

Complementary Color

#609edc #dc9e60

#609edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#609edc Color CSS Codes

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

#609edc Text Font Color

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

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


#609edc Background Color

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

This div background color is #609edc


#609edc Border Color

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

This div border color is #609edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609edc


Comments

No comments written yet.

Please login to write comment.