Color Hex Logo

#42adef Color Hex

#42ADEF
(66,173,239)
0 Favorites   0 Comments

Color spaces of #42adef

RGB 66173239
HSL0.560.840.60
HSV203°72°94°
CMYK 0.720.280.00   0.06
XYZ32.770337.277487.1294
Yxy37.27740.20850.2372
Hunter Lab61.0552-11.0399-41.8717
CIE-Lab67.4846-9.2432-41.7409

#42adef color RGB value is (66,173,239).

#42adef hex color red value is 66, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #42adef hue: 0.56 , saturation: 0.84 and the lightness value of 42adef is 0.60.

The process color (four color CMYK) of #42adef color hex is 0.72, 0.28, 0.00, 0.06. Web safe color of #42adef is #3399ff. Color #42adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101101 11101111
Octal 102 255 357
Decimal 66 173 239
Hex 42 AD EF

RGB Percentages of Color #42adef

%13.81
%36.19
%50.00

CMYK Percentages of Color #42adef

%72
%28
%0
%6

Triadic Colors of #42adef

#42adef #ef42ad #adef42

Analogous Colors of #42adef

#42adef #4256ef #42efdb

Monochromatic Colors of #42adef

#42adef

Complementary Color

#42adef #ef8442

#42adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#42adef Color CSS Codes

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

#42adef Text Font Color

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

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


#42adef Background Color

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

This div background color is #42adef


#42adef Border Color

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

This div border color is #42adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42adef


Comments

No comments written yet.

Please login to write comment.