Color Hex Logo

#42eefb Color Hex

#42EEFB
(66,238,251)
0 Favorites   0 Comments

Color spaces of #42eefb

RGB 66238251
HSL0.510.960.62
HSV184°74°98°
CMYK 0.740.050.00   0.02
XYZ50.233969.2724101.9901
Yxy69.27240.22680.3127
Hunter Lab83.2300-37.9180-14.3929
CIE-Lab86.6388-38.1527-18.7239

#42eefb color RGB value is (66,238,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101110 11111011
Octal 102 356 373
Decimal 66 238 251
Hex 42 EE FB

RGB Percentages of Color #42eefb

%11.89
%42.88
%45.23

CMYK Percentages of Color #42eefb

%74
%5
%0
%2

Triadic Colors of #42eefb

#42eefb #fb42ee #eefb42

Analogous Colors of #42eefb

#42eefb #4292fb #42fbac

Monochromatic Colors of #42eefb

#42eefb

Complementary Color

#42eefb #fb4f42

#42eefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42eefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42eefb Color CSS Codes

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

#42eefb Text Font Color

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

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


#42eefb Background Color

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

This div background color is #42eefb


#42eefb Border Color

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

This div border color is #42eefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,238,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 #42eefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42eefb

Related Colors


Comments

No comments written yet.

Please login to write comment.