Color Hex Logo

#42afda Color Hex

#42AFDA
(66,175,218)
0 Favorites   0 Comments

Color spaces of #42afda

RGB 66175218
HSL0.550.670.56
HSV197°70°85°
CMYK 0.700.200.00   0.15
XYZ30.231636.880271.8549
Yxy36.88020.21750.2654
Hunter Lab60.7291-17.4166-27.6418
CIE-Lab67.1871-17.2586-30.6994

#42afda color RGB value is (66,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101111 11011010
Octal 102 257 332
Decimal 66 175 218
Hex 42 AF DA

RGB Percentages of Color #42afda

%14.38
%38.13
%47.49

CMYK Percentages of Color #42afda

%70
%20
%0
%15

Triadic Colors of #42afda

#42afda #da42af #afda42

Analogous Colors of #42afda

#42afda #4263da #42dab9

Monochromatic Colors of #42afda

#42afda

Complementary Color

#42afda #da6d42

#42afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#42afda Color CSS Codes

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

#42afda Text Font Color

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

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


#42afda Background Color

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

This div background color is #42afda


#42afda Border Color

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

This div border color is #42afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42afda


Comments

No comments written yet.

Please login to write comment.