Color Hex Logo

#42afaf Color Hex

#42AFAF
(66,175,175)
0 Favorites   0 Comments

Color spaces of #42afaf

RGB 66175175
HSL0.500.450.47
HSV180°62°69°
CMYK 0.620.000.00   0.31
XYZ25.314634.913345.9622
Yxy34.91330.23840.3288
Hunter Lab59.0875-26.9291-4.7585
CIE-Lab65.6811-30.3763-9.2001

#42afaf color RGB value is (66,175,175).

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

The process color (four color CMYK) of #42afaf color hex is 0.62, 0.00, 0.00, 0.31. Web safe color of #42afaf is #339999. Color #42afaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101111 10101111
Octal 102 257 257
Decimal 66 175 175
Hex 42 AF AF

RGB Percentages of Color #42afaf

%15.87
%42.07
%42.07

CMYK Percentages of Color #42afaf

%62
%0
%0
%31

Triadic Colors of #42afaf

#42afaf #af42af #afaf42

Analogous Colors of #42afaf

#42afaf #4279af #42af79

Monochromatic Colors of #42afaf

#42afaf

Complementary Color

#42afaf #af4242

#42afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42afaf Color CSS Codes

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

#42afaf Text Font Color

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

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


#42afaf Background Color

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

This div background color is #42afaf


#42afaf Border Color

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

This div border color is #42afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42afaf


Comments

No comments written yet.

Please login to write comment.