Color Hex Logo

#71cb15 Color Hex

#71CB15
(113,203,21)
0 Favorites   0 Comments

Color spaces of #71cb15

RGB 11320321
HSL0.250.810.44
HSV90°90°80°
CMYK 0.440.000.90   0.20
XYZ28.301346.27678.1501
Yxy46.27670.34210.5594
Hunter Lab68.0270-44.785840.5155
CIE-Lab73.7247-52.862870.4101

#71cb15 color RGB value is (113,203,21).

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

The process color (four color CMYK) of #71cb15 color hex is 0.44, 0.00, 0.90, 0.20. Web safe color of #71cb15 is #66cc00. Color #71cb15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001011 00010101
Octal 161 313 25
Decimal 113 203 21
Hex 71 CB 15

RGB Percentages of Color #71cb15

%33.53
%60.24
%6.23

CMYK Percentages of Color #71cb15

%44
%0
%90
%20

Triadic Colors of #71cb15

#71cb15 #1571cb #cb1571

Analogous Colors of #71cb15

#71cb15 #16cb15 #cbca15

Monochromatic Colors of #71cb15

#71cb15

Complementary Color

#71cb15 #6f15cb

#71cb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cb15 Color CSS Codes

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

#71cb15 Text Font Color

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

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


#71cb15 Background Color

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

This div background color is #71cb15


#71cb15 Border Color

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

This div border color is #71cb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cb15


Comments

No comments written yet.

Please login to write comment.