Color Hex Logo

#418cbe Color Hex

#418CBE
(65,140,190)
0 Favorites   0 Comments

Color spaces of #418cbe

RGB 65140190
HSL0.570.490.50
HSV204°66°75°
CMYK 0.660.260.00   0.25
XYZ20.852323.597752.1710
Yxy23.59770.21580.2442
Hunter Lab48.5775-8.3879-29.6718
CIE-Lab55.6827-7.4163-32.9110

#418cbe color RGB value is (65,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001100 10111110
Octal 101 214 276
Decimal 65 140 190
Hex 41 8C BE

RGB Percentages of Color #418cbe

%16.46
%35.44
%48.10

CMYK Percentages of Color #418cbe

%66
%26
%0
%25

Triadic Colors of #418cbe

#418cbe #be418c #8cbe41

Analogous Colors of #418cbe

#418cbe #414dbe #41beb2

Monochromatic Colors of #418cbe

#418cbe

Complementary Color

#418cbe #be7341

#418cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#418cbe Color CSS Codes

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

#418cbe Text Font Color

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

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


#418cbe Background Color

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

This div background color is #418cbe


#418cbe Border Color

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

This div border color is #418cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418cbe


Comments

No comments written yet.

Please login to write comment.