Color Hex Logo

#42daef Color Hex

#42DAEF
(66,218,239)
0 Favorites   0 Comments

Color spaces of #42daef

RGB 66218239
HSL0.520.840.60
HSV187°72°94°
CMYK 0.720.090.00   0.06
XYZ42.898257.533190.5054
Yxy57.53310.22470.3013
Hunter Lab75.8506-31.7857-17.6498
CIE-Lab80.4785-32.3219-21.7055

#42daef color RGB value is (66,218,239).

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

The process color (four color CMYK) of #42daef color hex is 0.72, 0.09, 0.00, 0.06. Web safe color of #42daef is #33ccff. Color #42daef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011010 11101111
Octal 102 332 357
Decimal 66 218 239
Hex 42 DA EF

RGB Percentages of Color #42daef

%12.62
%41.68
%45.70

CMYK Percentages of Color #42daef

%72
%9
%0
%6

Triadic Colors of #42daef

#42daef #ef42da #daef42

Analogous Colors of #42daef

#42daef #4284ef #42efae

Monochromatic Colors of #42daef

#42daef

Complementary Color

#42daef #ef5742

#42daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#42daef Color CSS Codes

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

#42daef Text Font Color

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

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


#42daef Background Color

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

This div background color is #42daef


#42daef Border Color

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

This div border color is #42daef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42daef


Comments

No comments written yet.

Please login to write comment.