Color Hex Logo

#42e1fe Color Hex

#42E1FE
(66,225,254)
0 Favorites   0 Comments

Color spaces of #42e1fe

RGB 66225254
HSL0.530.990.63
HSV189°74°100°
CMYK 0.740.110.00   0.00
XYZ47.061462.1644103.2845
Yxy62.16440.22150.2925
Hunter Lab78.8444-31.4329-22.4776
CIE-Lab83.0008-31.1677-25.8207

#42e1fe color RGB value is (66,225,254).

#42e1fe hex color red value is 66, green value is 225 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #42e1fe hue: 0.53 , saturation: 0.99 and the lightness value of 42e1fe is 0.63.

The process color (four color CMYK) of #42e1fe color hex is 0.74, 0.11, 0.00, 0.00. Web safe color of #42e1fe is #33ccff. Color #42e1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11100001 11111110
Octal 102 341 376
Decimal 66 225 254
Hex 42 E1 FE

RGB Percentages of Color #42e1fe

%12.11
%41.28
%46.61

CMYK Percentages of Color #42e1fe

%74
%11
%0
%0

Triadic Colors of #42e1fe

#42e1fe #fe42e1 #e1fe42

Analogous Colors of #42e1fe

#42e1fe #4283fe #42febd

Monochromatic Colors of #42e1fe

#42e1fe

Complementary Color

#42e1fe #fe5f42

#42e1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42e1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#42e1fe Color CSS Codes

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

#42e1fe Text Font Color

<p style="color:#42e1fe">Text here</p>

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


#42e1fe Background Color

<div style="background-color:#42e1fe">
Div content here</div>

This div background color is #42e1fe


#42e1fe Border Color

<div style="border:3px solid #42e1fe">
Div here</div>

This div border color is #42e1fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,225,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42e1fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42e1fe;
  -webkit-box-shadow: 1px 1px 3px 2px #42e1fe;
  box-shadow:         1px 1px 3px 2px #42e1fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,225,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42e1fe


Comments

No comments written yet.

Please login to write comment.