Color Hex Logo

#409bee Color Hex

#409BEE
(64,155,238)
0 Favorites   0 Comments

Color spaces of #409bee

RGB 64155238
HSL0.580.840.59
HSV209°73°93°
CMYK 0.730.350.00   0.07
XYZ29.268330.705785.2731
Yxy30.70570.20150.2114
Hunter Lab55.4127-2.6908-52.4508
CIE-Lab62.25840.3212-49.4235

#409bee color RGB value is (64,155,238).

#409bee hex color red value is 64, green value is 155 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #409bee hue: 0.58 , saturation: 0.84 and the lightness value of 409bee is 0.59.

The process color (four color CMYK) of #409bee color hex is 0.73, 0.35, 0.00, 0.07. Web safe color of #409bee is #3399ff. Color #409bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011011 11101110
Octal 100 233 356
Decimal 64 155 238
Hex 40 9B EE

RGB Percentages of Color #409bee

%14.00
%33.92
%52.08

CMYK Percentages of Color #409bee

%73
%35
%0
%7

Triadic Colors of #409bee

#409bee #ee409b #9bee40

Analogous Colors of #409bee

#409bee #4044ee #40eeea

Monochromatic Colors of #409bee

#409bee

Complementary Color

#409bee #ee9340

#409bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#409bee Color CSS Codes

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

#409bee Text Font Color

<p style="color:#409bee">Text here</p>

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


#409bee Background Color

<div style="background-color:#409bee">
Div content here</div>

This div background color is #409bee


#409bee Border Color

<div style="border:3px solid #409bee">
Div here</div>

This div border color is #409bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,155,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #409bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #409bee;
  -webkit-box-shadow: 1px 1px 3px 2px #409bee;
  box-shadow:         1px 1px 3px 2px #409bee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,155,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409bee


Comments

No comments written yet.

Please login to write comment.