Color Hex Logo

#caf271 Color Hex

#CAF271
(202,242,113)
0 Favorites   0 Comments

Color spaces of #caf271

RGB 202242113
HSL0.220.830.70
HSV79°53°95°
CMYK 0.170.000.53   0.05
XYZ59.089977.253127.4198
Yxy77.25310.36080.4717
Hunter Lab87.8937-33.810743.0292
CIE-Lab90.4380-32.046157.2153

#caf271 color RGB value is (202,242,113).

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

The process color (four color CMYK) of #caf271 color hex is 0.17, 0.00, 0.53, 0.05. Web safe color of #caf271 is #ccff66. Color #caf271 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110010 01110001
Octal 312 362 161
Decimal 202 242 113
Hex CA F2 71

RGB Percentages of Color #caf271

%36.27
%43.45
%20.29

CMYK Percentages of Color #caf271

%17
%0
%53
%5

Triadic Colors of #caf271

#caf271 #71caf2 #f271ca

Analogous Colors of #caf271

#caf271 #8af271 #f2da71

Monochromatic Colors of #caf271

#caf271

Complementary Color

#caf271 #9971f2

#caf271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf271 Color CSS Codes

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

#caf271 Text Font Color

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

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


#caf271 Background Color

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

This div background color is #caf271


#caf271 Border Color

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

This div border color is #caf271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf271


Comments

No comments written yet.

Please login to write comment.