Color Hex Logo

#42abcc Color Hex

#42ABCC
(66,171,204)
0 Favorites   0 Comments

Color spaces of #42abcc

RGB 66171204
HSL0.540.580.53
HSV194°68°80°
CMYK 0.680.160.00   0.20
XYZ27.708834.643762.3532
Yxy34.64370.22220.2778
Hunter Lab58.8589-18.9712-21.6087
CIE-Lab65.4703-19.6299-25.6186

#42abcc color RGB value is (66,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101011 11001100
Octal 102 253 314
Decimal 66 171 204
Hex 42 AB CC

RGB Percentages of Color #42abcc

%14.97
%38.78
%46.26

CMYK Percentages of Color #42abcc

%68
%16
%0
%20

Triadic Colors of #42abcc

#42abcc #cc42ab #abcc42

Analogous Colors of #42abcc

#42abcc #4266cc #42cca8

Monochromatic Colors of #42abcc

#42abcc

Complementary Color

#42abcc #cc6342

#42abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42abcc Color CSS Codes

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

#42abcc Text Font Color

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

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


#42abcc Background Color

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

This div background color is #42abcc


#42abcc Border Color

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

This div border color is #42abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42abcc

#42abcc Color Palettes


Comments

No comments written yet.

Please login to write comment.