Color Hex Logo

#42abdc Color Hex

#42ABDC
(66,171,220)
0 Favorites   0 Comments

Color spaces of #42abdc

RGB 66171220
HSL0.550.690.56
HSV199°70°86°
CMYK 0.700.220.00   0.14
XYZ29.727935.451472.9861
Yxy35.45140.21520.2566
Hunter Lab59.5411-15.0747-30.9996
CIE-Lab66.0986-14.4732-33.4851

#42abdc color RGB value is (66,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101011 11011100
Octal 102 253 334
Decimal 66 171 220
Hex 42 AB DC

RGB Percentages of Color #42abdc

%14.44
%37.42
%48.14

CMYK Percentages of Color #42abdc

%70
%22
%0
%14

Triadic Colors of #42abdc

#42abdc #dc42ab #abdc42

Analogous Colors of #42abdc

#42abdc #425edc #42dcc0

Monochromatic Colors of #42abdc

#42abdc

Complementary Color

#42abdc #dc7342

#42abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42abdc Color CSS Codes

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

#42abdc Text Font Color

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

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


#42abdc Background Color

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

This div background color is #42abdc


#42abdc Border Color

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

This div border color is #42abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42abdc


Comments

No comments written yet.

Please login to write comment.