Color Hex Logo

#42ddba Color Hex

#42DDBA
(66,221,186)
0 Favorites   0 Comments

Color spaces of #42ddba

RGB 66221186
HSL0.460.700.56
HSV166°70°87°
CMYK 0.700.000.16   0.13
XYZ36.966156.416355.3955
Yxy56.41630.24850.3792
Hunter Lab75.1108-43.59438.8502
CIE-Lab79.8502-48.17625.5969

#42ddba color RGB value is (66,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011101 10111010
Octal 102 335 272
Decimal 66 221 186
Hex 42 DD BA

RGB Percentages of Color #42ddba

%13.95
%46.72
%39.32

CMYK Percentages of Color #42ddba

%70
%0
%16
%13

Triadic Colors of #42ddba

#42ddba #ba42dd #ddba42

Analogous Colors of #42ddba

#42ddba #42b3dd #42dd6d

Monochromatic Colors of #42ddba

#42ddba

Complementary Color

#42ddba #dd4265

#42ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ddba Color CSS Codes

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

#42ddba Text Font Color

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

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


#42ddba Background Color

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

This div background color is #42ddba


#42ddba Border Color

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

This div border color is #42ddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ddba


Comments

No comments written yet.

Please login to write comment.