Color Hex Logo

#409ebe Color Hex

#409EBE
(64,158,190)
0 Favorites   0 Comments

Color spaces of #409ebe

RGB 64158190
HSL0.540.500.50
HSV195°66°75°
CMYK 0.660.170.00   0.25
XYZ23.635529.261453.1175
Yxy29.26140.22290.2760
Hunter Lab54.0938-16.6712-20.3542
CIE-Lab61.0116-17.5253-24.6640

#409ebe color RGB value is (64,158,190).

#409ebe hex color red value is 64, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #409ebe hue: 0.54 , saturation: 0.50 and the lightness value of 409ebe is 0.50.

The process color (four color CMYK) of #409ebe color hex is 0.66, 0.17, 0.00, 0.25. Web safe color of #409ebe is #3399cc. Color #409ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011110 10111110
Octal 100 236 276
Decimal 64 158 190
Hex 40 9E BE

RGB Percentages of Color #409ebe

%15.53
%38.35
%46.12

CMYK Percentages of Color #409ebe

%66
%17
%0
%25

Triadic Colors of #409ebe

#409ebe #be409e #9ebe40

Analogous Colors of #409ebe

#409ebe #405fbe #40be9f

Monochromatic Colors of #409ebe

#409ebe

Complementary Color

#409ebe #be6040

#409ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#409ebe Color CSS Codes

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

#409ebe Text Font Color

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

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


#409ebe Background Color

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

This div background color is #409ebe


#409ebe Border Color

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

This div border color is #409ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409ebe


Comments

No comments written yet.

Please login to write comment.