Color Hex Logo

#609eef Color Hex

#609EEF
(96,158,239)
0 Favorites   0 Comments

Color spaces of #609eef

RGB 96158239
HSL0.590.820.66
HSV214°60°94°
CMYK 0.600.340.00   0.06
XYZ32.630733.172586.3445
Yxy33.17250.21450.2180
Hunter Lab57.59560.3367-48.5678
CIE-Lab64.30033.9837-46.6718

#609eef color RGB value is (96,158,239).

#609eef hex color red value is 96, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #609eef hue: 0.59 , saturation: 0.82 and the lightness value of 609eef is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011110 11101111
Octal 140 236 357
Decimal 96 158 239
Hex 60 9E EF

RGB Percentages of Color #609eef

%19.47
%32.05
%48.48

CMYK Percentages of Color #609eef

%60
%34
%0
%6

Triadic Colors of #609eef

#609eef #ef609e #9eef60

Analogous Colors of #609eef

#609eef #6a60ef #60e6ef

Monochromatic Colors of #609eef

#609eef

Complementary Color

#609eef #efb160

#609eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#609eef Color CSS Codes

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

#609eef Text Font Color

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

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


#609eef Background Color

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

This div background color is #609eef


#609eef Border Color

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

This div border color is #609eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609eef


Comments

No comments written yet.

Please login to write comment.