Color Hex Logo

#42efce Color Hex

#42EFCE
(66,239,206)
0 Favorites   0 Comments

Color spaces of #42efce

RGB 66239206
HSL0.470.840.60
HSV169°72°94°
CMYK 0.720.000.14   0.06
XYZ44.253867.347569.0595
Yxy67.34750.24500.3728
Hunter Lab82.0655-47.35867.5523
CIE-Lab85.6791-50.74033.4714

#42efce color RGB value is (66,239,206).

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

The process color (four color CMYK) of #42efce color hex is 0.72, 0.00, 0.14, 0.06. Web safe color of #42efce is #33ffcc. Color #42efce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101111 11001110
Octal 102 357 316
Decimal 66 239 206
Hex 42 EF CE

RGB Percentages of Color #42efce

%12.92
%46.77
%40.31

CMYK Percentages of Color #42efce

%72
%0
%14
%6

Triadic Colors of #42efce

#42efce #ce42ef #efce42

Analogous Colors of #42efce

#42efce #42baef #42ef78

Monochromatic Colors of #42efce

#42efce

Complementary Color

#42efce #ef4263

#42efce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42efce Color Preview on White Background

Lorem ipsum dolor sit amet.

#42efce Color CSS Codes

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

#42efce Text Font Color

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

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


#42efce Background Color

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

This div background color is #42efce


#42efce Border Color

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

This div border color is #42efce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42efce


Comments

No comments written yet.

Please login to write comment.