Color Hex Logo

#419cbe Color Hex

#419CBE
(65,156,190)
0 Favorites   0 Comments

Color spaces of #419cbe

RGB 65156190
HSL0.550.490.50
HSV196°66°75°
CMYK 0.660.180.00   0.25
XYZ23.362728.618553.0078
Yxy28.61850.22250.2726
Hunter Lab53.4963-15.6646-21.3013
CIE-Lab60.4434-16.2906-25.5352

#419cbe color RGB value is (65,156,190).

#419cbe hex color red value is 65, green value is 156 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #419cbe hue: 0.55 , saturation: 0.49 and the lightness value of 419cbe is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011100 10111110
Octal 101 234 276
Decimal 65 156 190
Hex 41 9C BE

RGB Percentages of Color #419cbe

%15.82
%37.96
%46.23

CMYK Percentages of Color #419cbe

%66
%18
%0
%25

Triadic Colors of #419cbe

#419cbe #be419c #9cbe41

Analogous Colors of #419cbe

#419cbe #415ebe #41bea2

Monochromatic Colors of #419cbe

#419cbe

Complementary Color

#419cbe #be6341

#419cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#419cbe Color CSS Codes

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

#419cbe Text Font Color

<p style="color:#419cbe">Text here</p>

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


#419cbe Background Color

<div style="background-color:#419cbe">
Div content here</div>

This div background color is #419cbe


#419cbe Border Color

<div style="border:3px solid #419cbe">
Div here</div>

This div border color is #419cbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,156,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #419cbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #419cbe;
  -webkit-box-shadow: 1px 1px 3px 2px #419cbe;
  box-shadow:         1px 1px 3px 2px #419cbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,156,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 #419cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419cbe


Comments

No comments written yet.

Please login to write comment.