Color Hex Logo

#caff71 Color Hex

#CAFF71
(202,255,113)
0 Favorites   0 Comments

Color spaces of #caff71

RGB 202255113
HSL0.231.000.72
HSV82°56°100°
CMYK 0.210.000.56   0.00
XYZ63.097885.268828.7557
Yxy85.26880.35620.4814
Hunter Lab92.3411-39.625746.1754
CIE-Lab93.9988-37.956761.3360

#caff71 color RGB value is (202,255,113).

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

The process color (four color CMYK) of #caff71 color hex is 0.21, 0.00, 0.56, 0.00. Web safe color of #caff71 is #ccff66. Color #caff71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 01110001
Octal 312 377 161
Decimal 202 255 113
Hex CA FF 71

RGB Percentages of Color #caff71

%35.44
%44.74
%19.82

CMYK Percentages of Color #caff71

%21
%0
%56
%0

Triadic Colors of #caff71

#caff71 #71caff #ff71ca

Analogous Colors of #caff71

#caff71 #83ff71 #ffed71

Monochromatic Colors of #caff71

#caff71

Complementary Color

#caff71 #a671ff

#caff71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caff71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caff71 Color CSS Codes

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

#caff71 Text Font Color

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

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


#caff71 Background Color

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

This div background color is #caff71


#caff71 Border Color

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

This div border color is #caff71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caff71

Related Colors


Comments

No comments written yet.

Please login to write comment.