Color Hex Logo

#c5f3a1 Color Hex

#C5F3A1
(197,243,161)
0 Favorites   0 Comments

Color spaces of #c5f3a1

RGB 197243161
HSL0.260.770.79
HSV94°34°95°
CMYK 0.190.000.34   0.05
XYZ61.509678.544745.6370
Yxy78.54470.33120.4230
Hunter Lab88.6254-31.208431.5069
CIE-Lab91.0279-28.841634.8559

#c5f3a1 color RGB value is (197,243,161).

#c5f3a1 hex color red value is 197, green value is 243 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #c5f3a1 hue: 0.26 , saturation: 0.77 and the lightness value of c5f3a1 is 0.79.

The process color (four color CMYK) of #c5f3a1 color hex is 0.19, 0.00, 0.34, 0.05. Web safe color of #c5f3a1 is #ccff99. Color #c5f3a1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11110011 10100001
Octal 305 363 241
Decimal 197 243 161
Hex C5 F3 A1

RGB Percentages of Color #c5f3a1

%32.78
%40.43
%26.79

CMYK Percentages of Color #c5f3a1

%19
%0
%34
%5

Triadic Colors of #c5f3a1

#c5f3a1 #a1c5f3 #f3a1c5

Analogous Colors of #c5f3a1

#c5f3a1 #a1f3a6 #eef3a1

Monochromatic Colors of #c5f3a1

#c5f3a1

Complementary Color

#c5f3a1 #cfa1f3

#c5f3a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5f3a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5f3a1 Color CSS Codes

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

#c5f3a1 Text Font Color

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

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


#c5f3a1 Background Color

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

This div background color is #c5f3a1


#c5f3a1 Border Color

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

This div border color is #c5f3a1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,243,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5f3a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5f3a1;
  -webkit-box-shadow: 1px 1px 3px 2px #c5f3a1;
  box-shadow:         1px 1px 3px 2px #c5f3a1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,243,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5f3a1


Comments

No comments written yet.

Please login to write comment.