Color Hex Logo

#42bfbd Color Hex

#42BFBD
(66,191,189)
0 Favorites   0 Comments

Color spaces of #42bfbd

RGB 66191189
HSL0.500.490.50
HSV179°65°75°
CMYK 0.650.000.01   0.25
XYZ30.062942.094054.6846
Yxy42.09400.23700.3319
Hunter Lab64.8799-30.8296-4.5572
CIE-Lab70.9357-34.0525-9.0869

#42bfbd color RGB value is (66,191,189).

#42bfbd hex color red value is 66, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #42bfbd hue: 0.50 , saturation: 0.49 and the lightness value of 42bfbd is 0.50.

The process color (four color CMYK) of #42bfbd color hex is 0.65, 0.00, 0.01, 0.25. Web safe color of #42bfbd is #33cccc. Color #42bfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111111 10111101
Octal 102 277 275
Decimal 66 191 189
Hex 42 BF BD

RGB Percentages of Color #42bfbd

%14.80
%42.83
%42.38

CMYK Percentages of Color #42bfbd

%65
%0
%1
%25

Triadic Colors of #42bfbd

#42bfbd #bd42bf #bfbd42

Analogous Colors of #42bfbd

#42bfbd #4283bf #42bf7f

Monochromatic Colors of #42bfbd

#42bfbd

Complementary Color

#42bfbd #bf4244

#42bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bfbd Color CSS Codes

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

#42bfbd Text Font Color

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

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


#42bfbd Background Color

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

This div background color is #42bfbd


#42bfbd Border Color

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

This div border color is #42bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bfbd


Comments

No comments written yet.

Please login to write comment.