Color Hex Logo

#caf576 Color Hex

#CAF576
(202,245,118)
0 Favorites   0 Comments

Color spaces of #caf576

RGB 202245118
HSL0.220.860.71
HSV80°52°96°
CMYK 0.180.000.52   0.04
XYZ60.279579.169429.2437
Yxy79.16940.35730.4693
Hunter Lab88.9772-34.781442.7975
CIE-Lab91.3109-32.963955.9798

#caf576 color RGB value is (202,245,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110101 01110110
Octal 312 365 166
Decimal 202 245 118
Hex CA F5 76

RGB Percentages of Color #caf576

%35.75
%43.36
%20.88

CMYK Percentages of Color #caf576

%18
%0
%52
%4

Triadic Colors of #caf576

#caf576 #76caf5 #f576ca

Analogous Colors of #caf576

#caf576 #8bf576 #f5e176

Monochromatic Colors of #caf576

#caf576

Complementary Color

#caf576 #a176f5

#caf576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf576 Color CSS Codes

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

#caf576 Text Font Color

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

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


#caf576 Background Color

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

This div background color is #caf576


#caf576 Border Color

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

This div border color is #caf576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf576


Comments

No comments written yet.

Please login to write comment.