Color Hex Logo

#42dddf Color Hex

#42DDDF
(66,221,223)
0 Favorites   0 Comments

Color spaces of #42dddf

RGB 66221223
HSL0.500.710.57
HSV181°70°87°
CMYK 0.700.010.00   0.13
XYZ41.422558.198978.8623
Yxy58.19890.23210.3261
Hunter Lab76.2882-36.5835-7.8888
CIE-Lab80.8492-38.3692-12.6296

#42dddf color RGB value is (66,221,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011101 11011111
Octal 102 335 337
Decimal 66 221 223
Hex 42 DD DF

RGB Percentages of Color #42dddf

%12.94
%43.33
%43.73

CMYK Percentages of Color #42dddf

%70
%1
%0
%13

Triadic Colors of #42dddf

#42dddf #df42dd #dddf42

Analogous Colors of #42dddf

#42dddf #428fdf #42df93

Monochromatic Colors of #42dddf

#42dddf

Complementary Color

#42dddf #df4442

#42dddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dddf Color CSS Codes

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

#42dddf Text Font Color

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

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


#42dddf Background Color

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

This div background color is #42dddf


#42dddf Border Color

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

This div border color is #42dddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dddf


Comments

No comments written yet.

Please login to write comment.