Color Hex Logo

#42febd Color Hex

#42FEBD
(66,254,189)
0 Favorites   0 Comments

Color spaces of #42febd

RGB 66254189
HSL0.440.990.63
HSV159°74°100°
CMYK 0.740.000.26   0.00
XYZ46.873975.716060.2883
Yxy75.71600.25630.4140
Hunter Lab87.0149-56.120319.8314
CIE-Lab89.7273-60.687418.0578

#42febd color RGB value is (66,254,189).

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

The process color (four color CMYK) of #42febd color hex is 0.74, 0.00, 0.26, 0.00. Web safe color of #42febd is #33ffcc. Color #42febd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111110 10111101
Octal 102 376 275
Decimal 66 254 189
Hex 42 FE BD

RGB Percentages of Color #42febd

%12.97
%49.90
%37.13

CMYK Percentages of Color #42febd

%74
%0
%26
%0

Triadic Colors of #42febd

#42febd #bd42fe #febd42

Analogous Colors of #42febd

#42febd #42e1fe #42fe5f

Monochromatic Colors of #42febd

#42febd

Complementary Color

#42febd #fe4283

#42febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42febd Color CSS Codes

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

#42febd Text Font Color

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

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


#42febd Background Color

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

This div background color is #42febd


#42febd Border Color

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

This div border color is #42febd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42febd

Related Colors


Comments

No comments written yet.

Please login to write comment.