Color Hex Logo

#418edf Color Hex

#418EDF
(65,142,223)
0 Favorites   0 Comments

Color spaces of #418edf

RGB 65142223
HSL0.590.710.56
HSV211°71°87°
CMYK 0.710.360.00   0.13
XYZ25.172325.797573.4647
Yxy25.79750.20230.2073
Hunter Lab50.7912-0.4195-50.2035
CIE-Lab57.84432.7989-48.0983

#418edf color RGB value is (65,142,223).

#418edf hex color red value is 65, green value is 142 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #418edf hue: 0.59 , saturation: 0.71 and the lightness value of 418edf is 0.56.

The process color (four color CMYK) of #418edf color hex is 0.71, 0.36, 0.00, 0.13. Web safe color of #418edf is #3399cc. Color #418edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001110 11011111
Octal 101 216 337
Decimal 65 142 223
Hex 41 8E DF

RGB Percentages of Color #418edf

%15.12
%33.02
%51.86

CMYK Percentages of Color #418edf

%71
%36
%0
%13

Triadic Colors of #418edf

#418edf #df418e #8edf41

Analogous Colors of #418edf

#418edf #4341df #41dddf

Monochromatic Colors of #418edf

#418edf

Complementary Color

#418edf #df9241

#418edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#418edf Color CSS Codes

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

#418edf Text Font Color

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

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


#418edf Background Color

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

This div background color is #418edf


#418edf Border Color

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

This div border color is #418edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,142,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418edf


Comments

No comments written yet.

Please login to write comment.