Color Hex Logo

#42fedd Color Hex

#42FEDD
(66,254,221)
0 Favorites   0 Comments

Color spaces of #42fedd

RGB 66254221
HSL0.470.990.63
HSV169°74°100°
CMYK 0.740.000.13   0.00
XYZ50.739777.262380.6455
Yxy77.26230.24320.3703
Hunter Lab87.8990-50.78417.1319
CIE-Lab90.4422-53.19462.5663

#42fedd color RGB value is (66,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111110 11011101
Octal 102 376 335
Decimal 66 254 221
Hex 42 FE DD

RGB Percentages of Color #42fedd

%12.20
%46.95
%40.85

CMYK Percentages of Color #42fedd

%74
%0
%13
%0

Triadic Colors of #42fedd

#42fedd #dd42fe #fedd42

Analogous Colors of #42fedd

#42fedd #42c1fe #42fe7f

Monochromatic Colors of #42fedd

#42fedd

Complementary Color

#42fedd #fe4263

#42fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42fedd Color CSS Codes

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

#42fedd Text Font Color

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

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


#42fedd Background Color

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

This div background color is #42fedd


#42fedd Border Color

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

This div border color is #42fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42fedd

Related Colors


Comments

No comments written yet.

Please login to write comment.