Color Hex Logo

#42abab Color Hex

#42ABAB
(66,171,171)
0 Favorites   0 Comments

Color spaces of #42abab

RGB 66171171
HSL0.500.440.46
HSV180°61°67°
CMYK 0.610.000.00   0.33
XYZ24.160433.224343.6676
Yxy33.22430.23910.3288
Hunter Lab57.6405-26.0515-4.5689
CIE-Lab64.3421-29.5703-8.9693

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

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

The process color (four color CMYK) of #42abab color hex is 0.61, 0.00, 0.00, 0.33. Web safe color of #42abab is #339999. Color #42abab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101011 10101011
Octal 102 253 253
Decimal 66 171 171
Hex 42 AB AB

RGB Percentages of Color #42abab

%16.18
%41.91
%41.91

CMYK Percentages of Color #42abab

%61
%0
%0
%33

Triadic Colors of #42abab

#42abab #ab42ab #abab42

Analogous Colors of #42abab

#42abab #4277ab #42ab77

Monochromatic Colors of #42abab

#42abab

Complementary Color

#42abab #ab4242

#42abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#42abab Color CSS Codes

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

#42abab Text Font Color

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

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


#42abab Background Color

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

This div background color is #42abab


#42abab Border Color

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

This div border color is #42abab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42abab


Comments

No comments written yet.

Please login to write comment.