Color Hex Logo

#42fdff Color Hex

#42FDFF
(66,253,255)
0 Favorites   0 Comments

Color spaces of #42fdff

RGB 66253255
HSL0.501.000.63
HSV181°74°100°
CMYK 0.740.010.00   0.00
XYZ55.422078.6288106.8636
Yxy78.62880.23000.3264
Hunter Lab88.6729-43.6121-9.3820
CIE-Lab91.0661-43.7723-14.1592

#42fdff color RGB value is (66,253,255).

#42fdff hex color red value is 66, green value is 253 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #42fdff hue: 0.50 , saturation: 1.00 and the lightness value of 42fdff is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111101 11111111
Octal 102 375 377
Decimal 66 253 255
Hex 42 FD FF

RGB Percentages of Color #42fdff

%11.50
%44.08
%44.43

CMYK Percentages of Color #42fdff

%74
%1
%0
%0

Triadic Colors of #42fdff

#42fdff #ff42fd #fdff42

Analogous Colors of #42fdff

#42fdff #429fff #42ffa3

Monochromatic Colors of #42fdff

#42fdff

Complementary Color

#42fdff #ff4442

#42fdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42fdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#42fdff Color CSS Codes

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

#42fdff Text Font Color

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

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


#42fdff Background Color

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

This div background color is #42fdff


#42fdff Border Color

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

This div border color is #42fdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42fdff

Related Colors


Comments

No comments written yet.

Please login to write comment.