Color Hex Logo

#42dfaf Color Hex

#42DFAF
(66,223,175)
0 Favorites   0 Comments

Color spaces of #42dfaf

RGB 66223175
HSL0.450.710.57
HSV162°70°87°
CMYK 0.700.000.22   0.13
XYZ36.372357.028749.6481
Yxy57.02870.25430.3987
Hunter Lab75.5173-46.182313.8825
CIE-Lab80.1957-51.630511.9173

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

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

The process color (four color CMYK) of #42dfaf color hex is 0.70, 0.00, 0.22, 0.13. Web safe color of #42dfaf is #33cc99. Color #42dfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011111 10101111
Octal 102 337 257
Decimal 66 223 175
Hex 42 DF AF

RGB Percentages of Color #42dfaf

%14.22
%48.06
%37.72

CMYK Percentages of Color #42dfaf

%70
%0
%22
%13

Triadic Colors of #42dfaf

#42dfaf #af42df #dfaf42

Analogous Colors of #42dfaf

#42dfaf #42c1df #42df61

Monochromatic Colors of #42dfaf

#42dfaf

Complementary Color

#42dfaf #df4272

#42dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dfaf Color CSS Codes

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

#42dfaf Text Font Color

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

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


#42dfaf Background Color

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

This div background color is #42dfaf


#42dfaf Border Color

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

This div border color is #42dfaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,223,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 #42dfaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dfaf


Comments

No comments written yet.

Please login to write comment.