Color Hex Logo

#42bcde Color Hex

#42BCDE
(66,188,222)
0 Favorites   0 Comments

Color spaces of #42bcde

RGB 66188222
HSL0.540.700.56
HSV193°70°87°
CMYK 0.700.150.00   0.13
XYZ33.414842.398675.5298
Yxy42.39860.22080.2801
Hunter Lab65.1142-22.3486-23.1940
CIE-Lab71.1449-22.7365-26.7948

#42bcde color RGB value is (66,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111100 11011110
Octal 102 274 336
Decimal 66 188 222
Hex 42 BC DE

RGB Percentages of Color #42bcde

%13.87
%39.50
%46.64

CMYK Percentages of Color #42bcde

%70
%15
%0
%13

Triadic Colors of #42bcde

#42bcde #de42bc #bcde42

Analogous Colors of #42bcde

#42bcde #426ede #42deb2

Monochromatic Colors of #42bcde

#42bcde

Complementary Color

#42bcde #de6442

#42bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bcde Color CSS Codes

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

#42bcde Text Font Color

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

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


#42bcde Background Color

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

This div background color is #42bcde


#42bcde Border Color

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

This div border color is #42bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bcde


Comments

No comments written yet.

Please login to write comment.