Color Hex Logo

#42cfbe Color Hex

#42CFBE
(66,207,190)
0 Favorites   0 Comments

Color spaces of #42cfbe

RGB 66207190
HSL0.480.590.54
HSV173°68°81°
CMYK 0.680.000.08   0.19
XYZ33.853949.501656.4857
Yxy49.50160.24210.3540
Hunter Lab70.3574-37.23651.6498
CIE-Lab75.7623-41.1003-2.4917

#42cfbe color RGB value is (66,207,190).

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

The process color (four color CMYK) of #42cfbe color hex is 0.68, 0.00, 0.08, 0.19. Web safe color of #42cfbe is #33cccc. Color #42cfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001111 10111110
Octal 102 317 276
Decimal 66 207 190
Hex 42 CF BE

RGB Percentages of Color #42cfbe

%14.25
%44.71
%41.04

CMYK Percentages of Color #42cfbe

%68
%0
%8
%19

Triadic Colors of #42cfbe

#42cfbe #be42cf #cfbe42

Analogous Colors of #42cfbe

#42cfbe #429acf #42cf78

Monochromatic Colors of #42cfbe

#42cfbe

Complementary Color

#42cfbe #cf4253

#42cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cfbe Color CSS Codes

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

#42cfbe Text Font Color

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

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


#42cfbe Background Color

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

This div background color is #42cfbe


#42cfbe Border Color

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

This div border color is #42cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cfbe


Comments

No comments written yet.

Please login to write comment.