Color Hex Logo

#42a7cd Color Hex

#42A7CD
(66,167,205)
0 Favorites   0 Comments

Color spaces of #42a7cd

RGB 66167205
HSL0.550.580.53
HSV196°68°80°
CMYK 0.680.190.00   0.20
XYZ27.084933.203562.7390
Yxy33.20350.22020.2699
Hunter Lab57.6225-16.9371-24.2189
CIE-Lab64.3253-17.2019-27.9345

#42a7cd color RGB value is (66,167,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10100111 11001101
Octal 102 247 315
Decimal 66 167 205
Hex 42 A7 CD

RGB Percentages of Color #42a7cd

%15.07
%38.13
%46.80

CMYK Percentages of Color #42a7cd

%68
%19
%0
%20

Triadic Colors of #42a7cd

#42a7cd #cd42a7 #a7cd42

Analogous Colors of #42a7cd

#42a7cd #4261cd #42cdae

Monochromatic Colors of #42a7cd

#42a7cd

Complementary Color

#42a7cd #cd6842

#42a7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42a7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42a7cd Color CSS Codes

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

#42a7cd Text Font Color

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

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


#42a7cd Background Color

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

This div background color is #42a7cd


#42a7cd Border Color

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

This div border color is #42a7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42a7cd


Comments

No comments written yet.

Please login to write comment.