Color Hex Logo

#c5fbca Color Hex

#C5FBCA
(197,251,202)
0 Favorites   0 Comments

Color spaces of #c5fbca

RGB 197251202
HSL0.350.870.88
HSV126°22°98°
CMYK 0.220.000.20   0.02
XYZ68.183885.128968.7150
Yxy85.12890.30710.3834
Hunter Lab92.2653-29.553320.4292
CIE-Lab93.9386-26.279417.9981

#c5fbca color RGB value is (197,251,202).

#c5fbca hex color red value is 197, green value is 251 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c5fbca hue: 0.35 , saturation: 0.87 and the lightness value of c5fbca is 0.88.

The process color (four color CMYK) of #c5fbca color hex is 0.22, 0.00, 0.20, 0.02. Web safe color of #c5fbca is #ccffcc. Color #c5fbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111011 11001010
Octal 305 373 312
Decimal 197 251 202
Hex C5 FB CA

RGB Percentages of Color #c5fbca

%30.31
%38.62
%31.08

CMYK Percentages of Color #c5fbca

%22
%0
%20
%2

Triadic Colors of #c5fbca

#c5fbca #cac5fb #fbcac5

Analogous Colors of #c5fbca

#c5fbca #c5fbe5 #dbfbc5

Monochromatic Colors of #c5fbca

#c5fbca

Complementary Color

#c5fbca #fbc5f6

#c5fbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fbca Color CSS Codes

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

#c5fbca Text Font Color

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

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


#c5fbca Background Color

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

This div background color is #c5fbca


#c5fbca Border Color

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

This div border color is #c5fbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fbca


Comments

No comments written yet.

Please login to write comment.