Color Hex Logo

#42cfbd Color Hex

#42CFBD
(66,207,189)
0 Favorites   0 Comments

Color spaces of #42cfbd

RGB 66207189
HSL0.480.590.54
HSV172°68°81°
CMYK 0.680.000.09   0.19
XYZ33.744949.458055.9119
Yxy49.45800.24260.3555
Hunter Lab70.3264-37.42102.0909
CIE-Lab75.7354-41.3649-1.9921

#42cfbd color RGB value is (66,207,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001111 10111101
Octal 102 317 275
Decimal 66 207 189
Hex 42 CF BD

RGB Percentages of Color #42cfbd

%14.29
%44.81
%40.91

CMYK Percentages of Color #42cfbd

%68
%0
%9
%19

Triadic Colors of #42cfbd

#42cfbd #bd42cf #cfbd42

Analogous Colors of #42cfbd

#42cfbd #429bcf #42cf77

Monochromatic Colors of #42cfbd

#42cfbd

Complementary Color

#42cfbd #cf4254

#42cfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cfbd Color CSS Codes

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

#42cfbd Text Font Color

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

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


#42cfbd Background Color

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

This div background color is #42cfbd


#42cfbd Border Color

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

This div border color is #42cfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cfbd


Comments

No comments written yet.

Please login to write comment.