Color Hex Logo

#71ffcb Color Hex

#71FFCB
(113,255,203)
0 Favorites   0 Comments

Color spaces of #71ffcb

RGB 113255203
HSL0.441.000.72
HSV158°56°100°
CMYK 0.560.000.20   0.00
XYZ53.349579.342569.0027
Yxy79.34250.26450.3934
Hunter Lab89.0744-48.970916.4223
CIE-Lab91.3890-50.437613.3632

#71ffcb color RGB value is (113,255,203).

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

The process color (four color CMYK) of #71ffcb color hex is 0.56, 0.00, 0.20, 0.00. Web safe color of #71ffcb is #66ffcc. Color #71ffcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111111 11001011
Octal 161 377 313
Decimal 113 255 203
Hex 71 FF CB

RGB Percentages of Color #71ffcb

%19.79
%44.66
%35.55

CMYK Percentages of Color #71ffcb

%56
%0
%20
%0

Triadic Colors of #71ffcb

#71ffcb #cb71ff #ffcb71

Analogous Colors of #71ffcb

#71ffcb #71ecff #71ff84

Monochromatic Colors of #71ffcb

#71ffcb

Complementary Color

#71ffcb #ff71a5

#71ffcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ffcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ffcb Color CSS Codes

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

#71ffcb Text Font Color

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

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


#71ffcb Background Color

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

This div background color is #71ffcb


#71ffcb Border Color

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

This div border color is #71ffcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,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 #71ffcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ffcb

Related Colors


Comments

No comments written yet.

Please login to write comment.