Color Hex Logo

#42cfdb Color Hex

#42CFDB
(66,207,219)
0 Favorites   0 Comments

Color spaces of #42cfdb

RGB 66207219
HSL0.510.680.56
HSV185°70°86°
CMYK 0.700.050.00   0.14
XYZ37.345850.898474.8739
Yxy50.89840.22890.3120
Hunter Lab71.3431-31.4115-12.2841
CIE-Lab76.6174-32.9966-16.8454

#42cfdb color RGB value is (66,207,219).

#42cfdb hex color red value is 66, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #42cfdb hue: 0.51 , saturation: 0.68 and the lightness value of 42cfdb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001111 11011011
Octal 102 317 333
Decimal 66 207 219
Hex 42 CF DB

RGB Percentages of Color #42cfdb

%13.41
%42.07
%44.51

CMYK Percentages of Color #42cfdb

%70
%5
%0
%14

Triadic Colors of #42cfdb

#42cfdb #db42cf #cfdb42

Analogous Colors of #42cfdb

#42cfdb #4283db #42db9b

Monochromatic Colors of #42cfdb

#42cfdb

Complementary Color

#42cfdb #db4e42

#42cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cfdb Color CSS Codes

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

#42cfdb Text Font Color

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

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


#42cfdb Background Color

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

This div background color is #42cfdb


#42cfdb Border Color

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

This div border color is #42cfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,207,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 #42cfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cfdb


Comments

No comments written yet.

Please login to write comment.