Color Hex Logo

#42ddff Color Hex

#42DDFF
(66,221,255)
0 Favorites   0 Comments

Color spaces of #42ddff

RGB 66221255
HSL0.531.000.63
HSV191°74°100°
CMYK 0.740.130.00   0.00
XYZ46.153260.0912103.7740
Yxy60.09120.21980.2861
Hunter Lab77.5185-29.3815-25.1085
CIE-Lab81.8877-28.9312-28.0497

#42ddff color RGB value is (66,221,255).

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

The process color (four color CMYK) of #42ddff color hex is 0.74, 0.13, 0.00, 0.00. Web safe color of #42ddff is #33ccff. Color #42ddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011101 11111111
Octal 102 335 377
Decimal 66 221 255
Hex 42 DD FF

RGB Percentages of Color #42ddff

%12.18
%40.77
%47.05

CMYK Percentages of Color #42ddff

%74
%13
%0
%0

Triadic Colors of #42ddff

#42ddff #ff42dd #ddff42

Analogous Colors of #42ddff

#42ddff #427fff #42ffc3

Monochromatic Colors of #42ddff

#42ddff

Complementary Color

#42ddff #ff6442

#42ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ddff Color CSS Codes

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

#42ddff Text Font Color

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

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


#42ddff Background Color

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

This div background color is #42ddff


#42ddff Border Color

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

This div border color is #42ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ddff


Comments

No comments written yet.

Please login to write comment.