Color Hex Logo

#42bcdd Color Hex

#42BCDD
(66,188,221)
0 Favorites   0 Comments

Color spaces of #42bcdd

RGB 66188221
HSL0.540.700.56
HSV193°70°87°
CMYK 0.700.150.00   0.13
XYZ33.281142.345174.8259
Yxy42.34510.22120.2815
Hunter Lab65.0731-22.5856-22.6249
CIE-Lab71.1082-23.0497-26.3064

#42bcdd color RGB value is (66,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111100 11011101
Octal 102 274 335
Decimal 66 188 221
Hex 42 BC DD

RGB Percentages of Color #42bcdd

%13.89
%39.58
%46.53

CMYK Percentages of Color #42bcdd

%70
%15
%0
%13

Triadic Colors of #42bcdd

#42bcdd #dd42bc #bcdd42

Analogous Colors of #42bcdd

#42bcdd #426fdd #42ddb1

Monochromatic Colors of #42bcdd

#42bcdd

Complementary Color

#42bcdd #dd6342

#42bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bcdd Color CSS Codes

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

#42bcdd Text Font Color

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

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


#42bcdd Background Color

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

This div background color is #42bcdd


#42bcdd Border Color

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

This div border color is #42bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bcdd


Comments

No comments written yet.

Please login to write comment.