Color Hex Logo

#42afdb Color Hex

#42AFDB
(66,175,219)
0 Favorites   0 Comments

Color spaces of #42afdb

RGB 66175219
HSL0.550.680.56
HSV197°70°86°
CMYK 0.700.200.00   0.14
XYZ30.362936.932772.5463
Yxy36.93270.21710.2641
Hunter Lab60.7723-17.1697-28.2362
CIE-Lab67.2265-16.9353-31.1881

#42afdb color RGB value is (66,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101111 11011011
Octal 102 257 333
Decimal 66 175 219
Hex 42 AF DB

RGB Percentages of Color #42afdb

%14.35
%38.04
%47.61

CMYK Percentages of Color #42afdb

%70
%20
%0
%14

Triadic Colors of #42afdb

#42afdb #db42af #afdb42

Analogous Colors of #42afdb

#42afdb #4263db #42dbbb

Monochromatic Colors of #42afdb

#42afdb

Complementary Color

#42afdb #db6e42

#42afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42afdb Color CSS Codes

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

#42afdb Text Font Color

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

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


#42afdb Background Color

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

This div background color is #42afdb


#42afdb Border Color

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

This div border color is #42afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42afdb


Comments

No comments written yet.

Please login to write comment.