Color Hex Logo

#c5fbba Color Hex

#C5FBBA
(197,251,186)
0 Favorites   0 Comments

Color spaces of #c5fbba

RGB 197251186
HSL0.310.890.86
HSV110°26°98°
CMYK 0.220.000.26   0.02
XYZ66.386184.409859.2482
Yxy84.40980.31610.4019
Hunter Lab91.8748-31.801926.0774
CIE-Lab93.6282-28.910125.7334

#c5fbba color RGB value is (197,251,186).

#c5fbba hex color red value is 197, green value is 251 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c5fbba hue: 0.31 , saturation: 0.89 and the lightness value of c5fbba is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111011 10111010
Octal 305 373 272
Decimal 197 251 186
Hex C5 FB BA

RGB Percentages of Color #c5fbba

%31.07
%39.59
%29.34

CMYK Percentages of Color #c5fbba

%22
%0
%26
%2

Triadic Colors of #c5fbba

#c5fbba #bac5fb #fbbac5

Analogous Colors of #c5fbba

#c5fbba #bafbd0 #e6fbba

Monochromatic Colors of #c5fbba

#c5fbba

Complementary Color

#c5fbba #f0bafb

#c5fbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fbba Color CSS Codes

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

#c5fbba Text Font Color

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

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


#c5fbba Background Color

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

This div background color is #c5fbba


#c5fbba Border Color

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

This div border color is #c5fbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fbba


Comments

No comments written yet.

Please login to write comment.