Color Hex Logo

#417ced Color Hex

#417CED
(65,124,237)
0 Favorites   0 Comments

Color spaces of #417ced

RGB 65124237
HSL0.610.830.59
HSV219°73°93°
CMYK 0.730.480.00   0.07
XYZ24.673721.653582.9999
Yxy21.65350.19080.1674
Hunter Lab46.533313.2140-73.1802
CIE-Lab53.657418.7118-62.5999

#417ced color RGB value is (65,124,237).

#417ced hex color red value is 65, green value is 124 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #417ced hue: 0.61 , saturation: 0.83 and the lightness value of 417ced is 0.59.

The process color (four color CMYK) of #417ced color hex is 0.73, 0.48, 0.00, 0.07. Web safe color of #417ced is #3366ff. Color #417ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111100 11101101
Octal 101 174 355
Decimal 65 124 237
Hex 41 7C ED

RGB Percentages of Color #417ced

%15.26
%29.11
%55.63

CMYK Percentages of Color #417ced

%73
%48
%0
%7

Triadic Colors of #417ced

#417ced #ed417c #7ced41

Analogous Colors of #417ced

#417ced #5c41ed #41d2ed

Monochromatic Colors of #417ced

#417ced

Complementary Color

#417ced #edb241

#417ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#417ced Color CSS Codes

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

#417ced Text Font Color

<p style="color:#417ced">Text here</p>

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


#417ced Background Color

<div style="background-color:#417ced">
Div content here</div>

This div background color is #417ced


#417ced Border Color

<div style="border:3px solid #417ced">
Div here</div>

This div border color is #417ced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,124,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #417ced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #417ced;
  -webkit-box-shadow: 1px 1px 3px 2px #417ced;
  box-shadow:         1px 1px 3px 2px #417ced; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417ced


Comments

No comments written yet.

Please login to write comment.