Color Hex Logo

#42ecfb Color Hex

#42ECFB
(66,236,251)
0 Favorites   0 Comments

Color spaces of #42ecfb

RGB 66236251
HSL0.510.960.62
HSV185°74°98°
CMYK 0.740.060.00   0.02
XYZ49.654868.1142101.7971
Yxy68.11420.22610.3102
Hunter Lab82.5313-37.0357-15.3585
CIE-Lab86.0635-37.2327-19.5922

#42ecfb color RGB value is (66,236,251).

#42ecfb hex color red value is 66, green value is 236 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #42ecfb hue: 0.51 , saturation: 0.96 and the lightness value of 42ecfb is 0.62.

The process color (four color CMYK) of #42ecfb color hex is 0.74, 0.06, 0.00, 0.02. Web safe color of #42ecfb is #33ffff. Color #42ecfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101100 11111011
Octal 102 354 373
Decimal 66 236 251
Hex 42 EC FB

RGB Percentages of Color #42ecfb

%11.93
%42.68
%45.39

CMYK Percentages of Color #42ecfb

%74
%6
%0
%2

Triadic Colors of #42ecfb

#42ecfb #fb42ec #ecfb42

Analogous Colors of #42ecfb

#42ecfb #4290fb #42fbae

Monochromatic Colors of #42ecfb

#42ecfb

Complementary Color

#42ecfb #fb5142

#42ecfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ecfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ecfb Color CSS Codes

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

#42ecfb Text Font Color

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

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


#42ecfb Background Color

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

This div background color is #42ecfb


#42ecfb Border Color

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

This div border color is #42ecfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ecfb


Comments

No comments written yet.

Please login to write comment.