Color Hex Logo

#42afdd Color Hex

#42AFDD
(66,175,221)
0 Favorites   0 Comments

Color spaces of #42afdd

RGB 66175221
HSL0.550.700.56
HSV198°70°87°
CMYK 0.700.210.00   0.13
XYZ30.627937.038773.9415
Yxy37.03870.21630.2616
Hunter Lab60.8594-16.6727-29.4331
CIE-Lab67.3061-16.2867-32.1637

#42afdd color RGB value is (66,175,221).

#42afdd hex color red value is 66, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #42afdd hue: 0.55 , saturation: 0.70 and the lightness value of 42afdd is 0.56.

The process color (four color CMYK) of #42afdd color hex is 0.70, 0.21, 0.00, 0.13. Web safe color of #42afdd is #3399cc. Color #42afdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101111 11011101
Octal 102 257 335
Decimal 66 175 221
Hex 42 AF DD

RGB Percentages of Color #42afdd

%14.29
%37.88
%47.84

CMYK Percentages of Color #42afdd

%70
%21
%0
%13

Triadic Colors of #42afdd

#42afdd #dd42af #afdd42

Analogous Colors of #42afdd

#42afdd #4262dd #42ddbe

Monochromatic Colors of #42afdd

#42afdd

Complementary Color

#42afdd #dd7042

#42afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42afdd Color CSS Codes

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

#42afdd Text Font Color

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

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


#42afdd Background Color

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

This div background color is #42afdd


#42afdd Border Color

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

This div border color is #42afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42afdd


Comments

No comments written yet.

Please login to write comment.