color codes Logo

#42dfdb color codes

#42DFDB
(66,223,219)
0 Favorites   0 Comments

Color spaces of #42dfdb

RGB 66223219
HSL0.500.710.57
HSV178°70°87°
CMYK 0.700.000.02   0.13
XYZ41.420659.048176.2322
Yxy59.04810.23440.3342
Hunter Lab76.8428-38.2579-5.0290
CIE-Lab81.3180-40.3956-9.8020

#42dfdb color RGB value is (66,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011111 11011011
Octal 102 337 333
Decimal 66 223 219
Hex 42 DF DB

RGB Percentages of Color #42dfdb

%12.99
%43.90
%43.11

CMYK Percentages of Color #42dfdb

%70
%0
%2
%13

Triadic Colors of #42dfdb

#42dfdb #db42df #dfdb42

Analogous Colors of #42dfdb

#42dfdb #4295df #42df8d

Monochromatic Colors of #42dfdb

#42dfdb

Complementary Color

#42dfdb #df4246

#42dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dfdb Color CSS Codes

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

#42dfdb Text Font Color

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

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


#42dfdb Background Color

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

This div background color is #42dfdb


#42dfdb Border Color

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

This div border color is #42dfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dfdb


Comments

No comments written yet.

Please login to write comment.