Color Hex Logo

#42ddbf Color Hex

#42DDBF
(66,221,191)
0 Favorites   0 Comments

Color spaces of #42ddbf

RGB 66221191
HSL0.470.700.56
HSV168°70°87°
CMYK 0.700.000.14   0.13
XYZ37.507256.632758.2446
Yxy56.63270.24610.3716
Hunter Lab75.2547-42.73076.7898
CIE-Lab79.9726-46.93163.1164

#42ddbf color RGB value is (66,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011101 10111111
Octal 102 335 277
Decimal 66 221 191
Hex 42 DD BF

RGB Percentages of Color #42ddbf

%13.81
%46.23
%39.96

CMYK Percentages of Color #42ddbf

%70
%0
%14
%13

Triadic Colors of #42ddbf

#42ddbf #bf42dd #ddbf42

Analogous Colors of #42ddbf

#42ddbf #42aedd #42dd72

Monochromatic Colors of #42ddbf

#42ddbf

Complementary Color

#42ddbf #dd4260

#42ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ddbf Color CSS Codes

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

#42ddbf Text Font Color

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

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


#42ddbf Background Color

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

This div background color is #42ddbf


#42ddbf Border Color

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

This div border color is #42ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ddbf


Comments

No comments written yet.

Please login to write comment.