Color Hex Logo

#42eccf Color Hex

#42ECCF
(66,236,207)
0 Favorites   0 Comments

Color spaces of #42eccf

RGB 66236207
HSL0.470.820.59
HSV170°72°93°
CMYK 0.720.000.12   0.07
XYZ43.504765.654269.4111
Yxy65.65420.24360.3677
Hunter Lab81.0273-45.95855.9290
CIE-Lab84.8197-49.23501.6985

#42eccf color RGB value is (66,236,207).

#42eccf hex color red value is 66, green value is 236 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #42eccf hue: 0.47 , saturation: 0.82 and the lightness value of 42eccf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101100 11001111
Octal 102 354 317
Decimal 66 236 207
Hex 42 EC CF

RGB Percentages of Color #42eccf

%12.97
%46.37
%40.67

CMYK Percentages of Color #42eccf

%72
%0
%12
%7

Triadic Colors of #42eccf

#42eccf #cf42ec #eccf42

Analogous Colors of #42eccf

#42eccf #42b4ec #42ec7a

Monochromatic Colors of #42eccf

#42eccf

Complementary Color

#42eccf #ec425f

#42eccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42eccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42eccf Color CSS Codes

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

#42eccf Text Font Color

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

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


#42eccf Background Color

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

This div background color is #42eccf


#42eccf Border Color

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

This div border color is #42eccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42eccf


Comments

No comments written yet.

Please login to write comment.