Color Hex Logo

#caf571 Color Hex

#CAF571
(202,245,113)
0 Favorites   0 Comments

Color spaces of #caf571

RGB 202245113
HSL0.220.870.70
HSV80°54°96°
CMYK 0.180.000.54   0.04
XYZ59.990279.053627.7198
Yxy79.05360.35970.4740
Hunter Lab88.9121-35.159843.7538
CIE-Lab91.2585-33.426658.1711

#caf571 color RGB value is (202,245,113).

#caf571 hex color red value is 202, green value is 245 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #caf571 hue: 0.22 , saturation: 0.87 and the lightness value of caf571 is 0.70.

The process color (four color CMYK) of #caf571 color hex is 0.18, 0.00, 0.54, 0.04. Web safe color of #caf571 is #ccff66. Color #caf571 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110101 01110001
Octal 312 365 161
Decimal 202 245 113
Hex CA F5 71

RGB Percentages of Color #caf571

%36.07
%43.75
%20.18

CMYK Percentages of Color #caf571

%18
%0
%54
%4

Triadic Colors of #caf571

#caf571 #71caf5 #f571ca

Analogous Colors of #caf571

#caf571 #88f571 #f5de71

Monochromatic Colors of #caf571

#caf571

Complementary Color

#caf571 #9c71f5

#caf571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf571 Color CSS Codes

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

#caf571 Text Font Color

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

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


#caf571 Background Color

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

This div background color is #caf571


#caf571 Border Color

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

This div border color is #caf571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf571


Comments

No comments written yet.

Please login to write comment.