Color Hex Logo

#42ddbd Color Hex

#42DDBD
(66,221,189)
0 Favorites   0 Comments

Color spaces of #42ddbd

RGB 66221189
HSL0.470.700.56
HSV168°70°87°
CMYK 0.700.000.14   0.13
XYZ37.288556.545357.0931
Yxy56.54530.24710.3747
Hunter Lab75.1966-43.07957.6216
CIE-Lab79.9232-47.43294.1082

#42ddbd color RGB value is (66,221,189).

#42ddbd hex color red value is 66, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #42ddbd hue: 0.47 , saturation: 0.70 and the lightness value of 42ddbd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011101 10111101
Octal 102 335 275
Decimal 66 221 189
Hex 42 DD BD

RGB Percentages of Color #42ddbd

%13.87
%46.43
%39.71

CMYK Percentages of Color #42ddbd

%70
%0
%14
%13

Triadic Colors of #42ddbd

#42ddbd #bd42dd #ddbd42

Analogous Colors of #42ddbd

#42ddbd #42b0dd #42dd70

Monochromatic Colors of #42ddbd

#42ddbd

Complementary Color

#42ddbd #dd4262

#42ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ddbd Color CSS Codes

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

#42ddbd Text Font Color

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

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


#42ddbd Background Color

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

This div background color is #42ddbd


#42ddbd Border Color

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

This div border color is #42ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ddbd


Comments

No comments written yet.

Please login to write comment.