Color Hex Logo

#42abad Color Hex

#42ABAD
(66,171,173)
0 Favorites   0 Comments

Color spaces of #42abad

RGB 66171173
HSL0.500.450.47
HSV181°62°68°
CMYK 0.620.010.00   0.32
XYZ24.352533.301244.6794
Yxy33.30120.23800.3254
Hunter Lab57.7072-25.6604-5.5098
CIE-Lab64.4041-29.0000-9.9929

#42abad color RGB value is (66,171,173).

#42abad hex color red value is 66, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #42abad hue: 0.50 , saturation: 0.45 and the lightness value of 42abad is 0.47.

The process color (four color CMYK) of #42abad color hex is 0.62, 0.01, 0.00, 0.32. Web safe color of #42abad is #339999. Color #42abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101011 10101101
Octal 102 253 255
Decimal 66 171 173
Hex 42 AB AD

RGB Percentages of Color #42abad

%16.10
%41.71
%42.20

CMYK Percentages of Color #42abad

%62
%1
%0
%32

Triadic Colors of #42abad

#42abad #ad42ab #abad42

Analogous Colors of #42abad

#42abad #4276ad #42ad7a

Monochromatic Colors of #42abad

#42abad

Complementary Color

#42abad #ad4442

#42abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#42abad Color CSS Codes

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

#42abad Text Font Color

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

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


#42abad Background Color

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

This div background color is #42abad


#42abad Border Color

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

This div border color is #42abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42abad


Comments

No comments written yet.

Please login to write comment.