Color Hex Logo

#42adcd Color Hex

#42ADCD
(66,173,205)
0 Favorites   0 Comments

Color spaces of #42adcd

RGB 66173205
HSL0.540.580.53
HSV194°68°80°
CMYK 0.680.160.00   0.20
XYZ28.209835.453263.1139
Yxy35.45320.22250.2797
Hunter Lab59.5426-19.6307-21.1663
CIE-Lab66.1000-20.3578-25.2056

#42adcd color RGB value is (66,173,205).

#42adcd hex color red value is 66, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #42adcd hue: 0.54 , saturation: 0.58 and the lightness value of 42adcd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101101 11001101
Octal 102 255 315
Decimal 66 173 205
Hex 42 AD CD

RGB Percentages of Color #42adcd

%14.86
%38.96
%46.17

CMYK Percentages of Color #42adcd

%68
%16
%0
%20

Triadic Colors of #42adcd

#42adcd #cd42ad #adcd42

Analogous Colors of #42adcd

#42adcd #4268cd #42cda8

Monochromatic Colors of #42adcd

#42adcd

Complementary Color

#42adcd #cd6242

#42adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42adcd Color CSS Codes

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

#42adcd Text Font Color

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

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


#42adcd Background Color

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

This div background color is #42adcd


#42adcd Border Color

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

This div border color is #42adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42adcd


Comments

No comments written yet.

Please login to write comment.