Color Hex Logo

#caf071 Color Hex

#CAF071
(202,240,113)
0 Favorites   0 Comments

Color spaces of #caf071

RGB 202240113
HSL0.220.810.69
HSV78°53°94°
CMYK 0.160.000.53   0.06
XYZ58.497876.069027.2224
Yxy76.06900.36160.4702
Hunter Lab87.2175-32.908742.5466
CIE-Lab89.8914-31.120256.5767

#caf071 color RGB value is (202,240,113).

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

The process color (four color CMYK) of #caf071 color hex is 0.16, 0.00, 0.53, 0.06. Web safe color of #caf071 is #ccff66. Color #caf071 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110000 01110001
Octal 312 360 161
Decimal 202 240 113
Hex CA F0 71

RGB Percentages of Color #caf071

%36.40
%43.24
%20.36

CMYK Percentages of Color #caf071

%16
%0
%53
%6

Triadic Colors of #caf071

#caf071 #71caf0 #f071ca

Analogous Colors of #caf071

#caf071 #8bf071 #f0d771

Monochromatic Colors of #caf071

#caf071

Complementary Color

#caf071 #9771f0

#caf071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf071 Color CSS Codes

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

#caf071 Text Font Color

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

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


#caf071 Background Color

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

This div background color is #caf071


#caf071 Border Color

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

This div border color is #caf071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf071


Comments

No comments written yet.

Please login to write comment.