Color Hex Logo

#42dfef Color Hex

#42DFEF
(66,223,239)
0 Favorites   0 Comments

Color spaces of #42dfef

RGB 66223239
HSL0.520.840.60
HSV186°72°94°
CMYK 0.720.070.00   0.06
XYZ44.214460.165690.9441
Yxy60.16560.22640.3080
Hunter Lab77.5665-33.9929-15.2190
CIE-Lab81.9281-34.6872-19.5095

#42dfef color RGB value is (66,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011111 11101111
Octal 102 337 357
Decimal 66 223 239
Hex 42 DF EF

RGB Percentages of Color #42dfef

%12.50
%42.23
%45.27

CMYK Percentages of Color #42dfef

%72
%7
%0
%6

Triadic Colors of #42dfef

#42dfef #ef42df #dfef42

Analogous Colors of #42dfef

#42dfef #4289ef #42efa9

Monochromatic Colors of #42dfef

#42dfef

Complementary Color

#42dfef #ef5242

#42dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dfef Color CSS Codes

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

#42dfef Text Font Color

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

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


#42dfef Background Color

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

This div background color is #42dfef


#42dfef Border Color

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

This div border color is #42dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dfef


Comments

No comments written yet.

Please login to write comment.