Color Hex Logo

#caff80 Color Hex

#CAFF80
(202,255,128)
0 Favorites   0 Comments

Color spaces of #caff80

RGB 202255128
HSL0.241.000.75
HSV85°50°100°
CMYK 0.210.000.50   0.00
XYZ64.013485.635133.5774
Yxy85.63510.34940.4674
Hunter Lab92.5392-38.467543.2644
CIE-Lab94.1561-36.535054.8025

#caff80 color RGB value is (202,255,128).

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

The process color (four color CMYK) of #caff80 color hex is 0.21, 0.00, 0.50, 0.00. Web safe color of #caff80 is #ccff99. Color #caff80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 10000000
Octal 312 377 200
Decimal 202 255 128
Hex CA FF 80

RGB Percentages of Color #caff80

%34.53
%43.59
%21.88

CMYK Percentages of Color #caff80

%21
%0
%50
%0

Triadic Colors of #caff80

#caff80 #80caff #ff80ca

Analogous Colors of #caff80

#caff80 #8bff80 #fff580

Monochromatic Colors of #caff80

#caff80

Complementary Color

#caff80 #b580ff

#caff80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caff80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caff80 Color CSS Codes

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

#caff80 Text Font Color

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

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


#caff80 Background Color

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

This div background color is #caff80


#caff80 Border Color

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

This div border color is #caff80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caff80


Comments

No comments written yet.

Please login to write comment.