Color Hex Logo

#42fcbb Color Hex

#42FCBB
(66,252,187)
0 Favorites   0 Comments

Color spaces of #42fcbb

RGB 66252187
HSL0.440.970.62
HSV159°74°99°
CMYK 0.740.000.26   0.01
XYZ46.026874.366958.9421
Yxy74.36690.25670.4147
Hunter Lab86.2362-55.642819.8409
CIE-Lab89.0956-60.358718.2002

#42fcbb color RGB value is (66,252,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111100 10111011
Octal 102 374 273
Decimal 66 252 187
Hex 42 FC BB

RGB Percentages of Color #42fcbb

%13.07
%49.90
%37.03

CMYK Percentages of Color #42fcbb

%74
%0
%26
%1

Triadic Colors of #42fcbb

#42fcbb #bb42fc #fcbb42

Analogous Colors of #42fcbb

#42fcbb #42e0fc #42fc5e

Monochromatic Colors of #42fcbb

#42fcbb

Complementary Color

#42fcbb #fc4283

#42fcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42fcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42fcbb Color CSS Codes

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

#42fcbb Text Font Color

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

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


#42fcbb Background Color

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

This div background color is #42fcbb


#42fcbb Border Color

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

This div border color is #42fcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42fcbb


Comments

No comments written yet.

Please login to write comment.