Color Hex Logo

#42a993 Color Hex

#42A993
(66,169,147)
0 Favorites   0 Comments

Color spaces of #42a993

RGB 66169147
HSL0.460.440.46
HSV167°61°66°
CMYK 0.610.000.13   0.34
XYZ21.701231.640832.5673
Yxy31.64080.25260.3683
Hunter Lab56.2502-29.57285.0478
CIE-Lab63.0449-35.11182.5312

#42a993 color RGB value is (66,169,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101001 10010011
Octal 102 251 223
Decimal 66 169 147
Hex 42 A9 93

RGB Percentages of Color #42a993

%17.28
%44.24
%38.48

CMYK Percentages of Color #42a993

%61
%0
%13
%34

Triadic Colors of #42a993

#42a993 #9342a9 #a99342

Analogous Colors of #42a993

#42a993 #428ca9 #42a960

Monochromatic Colors of #42a993

#42a993

Complementary Color

#42a993 #a94258

#42a993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42a993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42a993 Color CSS Codes

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

#42a993 Text Font Color

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

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


#42a993 Background Color

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

This div background color is #42a993


#42a993 Border Color

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

This div border color is #42a993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42a993


Comments

No comments written yet.

Please login to write comment.