Color Hex Logo

#42bdff Color Hex

#42BDFF
(66,189,255)
0 Favorites   0 Comments

Color spaces of #42bdff

RGB 66189255
HSL0.561.000.63
HSV201°74°100°
CMYK 0.740.260.00   0.00
XYZ38.494444.7734101.2210
Yxy44.77340.20870.2427
Hunter Lab66.9129-14.4082-42.8505
CIE-Lab72.7424-12.5775-42.1900

#42bdff color RGB value is (66,189,255).

#42bdff hex color red value is 66, green value is 189 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #42bdff hue: 0.56 , saturation: 1.00 and the lightness value of 42bdff is 0.63.

The process color (four color CMYK) of #42bdff color hex is 0.74, 0.26, 0.00, 0.00. Web safe color of #42bdff is #33ccff. Color #42bdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111101 11111111
Octal 102 275 377
Decimal 66 189 255
Hex 42 BD FF

RGB Percentages of Color #42bdff

%12.94
%37.06
%50.00

CMYK Percentages of Color #42bdff

%74
%26
%0
%0

Triadic Colors of #42bdff

#42bdff #ff42bd #bdff42

Analogous Colors of #42bdff

#42bdff #425fff #42ffe3

Monochromatic Colors of #42bdff

#42bdff

Complementary Color

#42bdff #ff8442

#42bdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bdff Color CSS Codes

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

#42bdff Text Font Color

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

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


#42bdff Background Color

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

This div background color is #42bdff


#42bdff Border Color

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

This div border color is #42bdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bdff

Related Colors


Comments

No comments written yet.

Please login to write comment.