Color Hex Logo

#419fee Color Hex

#419FEE
(65,159,238)
0 Favorites   0 Comments

Color spaces of #419fee

RGB 65159238
HSL0.580.840.59
HSV207°73°93°
CMYK 0.730.330.00   0.07
XYZ30.010732.093185.5018
Yxy32.09310.20330.2174
Hunter Lab56.6508-4.5786-49.8296
CIE-Lab63.4198-1.8536-47.5858

#419fee color RGB value is (65,159,238).

#419fee hex color red value is 65, green value is 159 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #419fee hue: 0.58 , saturation: 0.84 and the lightness value of 419fee is 0.59.

The process color (four color CMYK) of #419fee color hex is 0.73, 0.33, 0.00, 0.07. Web safe color of #419fee is #3399ff. Color #419fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011111 11101110
Octal 101 237 356
Decimal 65 159 238
Hex 41 9F EE

RGB Percentages of Color #419fee

%14.07
%34.42
%51.52

CMYK Percentages of Color #419fee

%73
%33
%0
%7

Triadic Colors of #419fee

#419fee #ee419f #9fee41

Analogous Colors of #419fee

#419fee #4148ee #41eee7

Monochromatic Colors of #419fee

#419fee

Complementary Color

#419fee #ee9041

#419fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#419fee Color CSS Codes

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

#419fee Text Font Color

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

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


#419fee Background Color

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

This div background color is #419fee


#419fee Border Color

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

This div border color is #419fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419fee


Comments

No comments written yet.

Please login to write comment.