Color Hex Logo

#42ffcb Color Hex

#42FFCB
(66,255,203)
0 Favorites   0 Comments

Color spaces of #42ffcb

RGB 66255203
HSL0.451.000.63
HSV163°74°100°
CMYK 0.740.000.20   0.00
XYZ48.786376.990068.7892
Yxy76.99000.25070.3957
Hunter Lab87.7439-54.304514.9388
CIE-Lab90.3170-57.928411.6922

#42ffcb color RGB value is (66,255,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111111 11001011
Octal 102 377 313
Decimal 66 255 203
Hex 42 FF CB

RGB Percentages of Color #42ffcb

%12.60
%48.66
%38.74

CMYK Percentages of Color #42ffcb

%74
%0
%20
%0

Triadic Colors of #42ffcb

#42ffcb #cb42ff #ffcb42

Analogous Colors of #42ffcb

#42ffcb #42d5ff #42ff6d

Monochromatic Colors of #42ffcb

#42ffcb

Complementary Color

#42ffcb #ff4276

#42ffcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ffcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ffcb Color CSS Codes

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

#42ffcb Text Font Color

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

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


#42ffcb Background Color

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

This div background color is #42ffcb


#42ffcb Border Color

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

This div border color is #42ffcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ffcb


Comments

No comments written yet.

Please login to write comment.