Color Hex Logo

#024fee Color Hex

#024FEE
(2,79,238)
0 Favorites   0 Comments

Color spaces of #024fee

RGB 279238
HSL0.610.980.47
HSV220°99°93°
CMYK 0.990.670.00   0.07
XYZ18.253611.777982.2002
Yxy11.77790.16260.1049
Hunter Lab34.318934.8826-117.9872
CIE-Lab40.860943.3838-84.0741

#024fee color RGB value is (2,79,238).

#024fee hex color red value is 2, green value is 79 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #024fee hue: 0.61 , saturation: 0.98 and the lightness value of 024fee is 0.47.

The process color (four color CMYK) of #024fee color hex is 0.99, 0.67, 0.00, 0.07. Web safe color of #024fee is #0066ff. Color #024fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001111 11101110
Octal 2 117 356
Decimal 2 79 238
Hex 2 4F EE

RGB Percentages of Color #024fee

%0.63
%24.76
%74.61

CMYK Percentages of Color #024fee

%99
%67
%0
%7

Triadic Colors of #024fee

#024fee #ee024f #4fee02

Analogous Colors of #024fee

#024fee #2b02ee #02c5ee

Monochromatic Colors of #024fee

#024fee

Complementary Color

#024fee #eea102

#024fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#024fee Color CSS Codes

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

#024fee Text Font Color

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

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


#024fee Background Color

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

This div background color is #024fee


#024fee Border Color

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

This div border color is #024fee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,79,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 #024fee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024fee


Comments

No comments written yet.

Please login to write comment.