Color Hex Logo

#42ffbb Color Hex

#42FFBB
(66,255,187)
0 Favorites   0 Comments

Color spaces of #42ffbb

RGB 66255187
HSL0.441.000.63
HSV158°74°100°
CMYK 0.740.000.27   0.00
XYZ46.976476.266159.2586
Yxy76.26610.25740.4179
Hunter Lab87.3305-56.810420.8997
CIE-Lab89.9827-61.500719.4386

#42ffbb color RGB value is (66,255,187).

#42ffbb hex color red value is 66, green value is 255 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #42ffbb hue: 0.44 , saturation: 1.00 and the lightness value of 42ffbb is 0.63.

The process color (four color CMYK) of #42ffbb color hex is 0.74, 0.00, 0.27, 0.00. Web safe color of #42ffbb is #33ffcc. Color #42ffbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111111 10111011
Octal 102 377 273
Decimal 66 255 187
Hex 42 FF BB

RGB Percentages of Color #42ffbb

%12.99
%50.20
%36.81

CMYK Percentages of Color #42ffbb

%74
%0
%27
%0

Triadic Colors of #42ffbb

#42ffbb #bb42ff #ffbb42

Analogous Colors of #42ffbb

#42ffbb #42e5ff #42ff5d

Monochromatic Colors of #42ffbb

#42ffbb

Complementary Color

#42ffbb #ff4286

#42ffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ffbb Color CSS Codes

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

#42ffbb Text Font Color

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

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


#42ffbb Background Color

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

This div background color is #42ffbb


#42ffbb Border Color

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

This div border color is #42ffbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ffbb

Related Colors


Comments

No comments written yet.

Please login to write comment.