Color Hex Logo

#409ebf Color Hex

#409EBF
(64,158,191)
0 Favorites   0 Comments

Color spaces of #409ebf

RGB 64158191
HSL0.540.500.50
HSV196°66°75°
CMYK 0.660.170.00   0.25
XYZ23.745229.305353.6952
Yxy29.30530.22240.2745
Hunter Lab54.1344-16.4389-20.9149
CIE-Lab61.0501-17.2055-25.1664

#409ebf color RGB value is (64,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011110 10111111
Octal 100 236 277
Decimal 64 158 191
Hex 40 9E BF

RGB Percentages of Color #409ebf

%15.50
%38.26
%46.25

CMYK Percentages of Color #409ebf

%66
%17
%0
%25

Triadic Colors of #409ebf

#409ebf #bf409e #9ebf40

Analogous Colors of #409ebf

#409ebf #405fbf #40bfa1

Monochromatic Colors of #409ebf

#409ebf

Complementary Color

#409ebf #bf6140

#409ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#409ebf Color CSS Codes

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

#409ebf Text Font Color

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

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


#409ebf Background Color

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

This div background color is #409ebf


#409ebf Border Color

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

This div border color is #409ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409ebf


Comments

No comments written yet.

Please login to write comment.