Color Hex Logo

#c5fcbb Color Hex

#C5FCBB
(197,252,187)
0 Favorites   0 Comments

Color spaces of #c5fcbb

RGB 197252187
HSL0.310.920.86
HSV111°26°99°
CMYK 0.220.000.26   0.01
XYZ66.806085.079059.9145
Yxy85.07900.31540.4017
Hunter Lab92.2383-32.133726.0543
CIE-Lab93.9171-29.222225.6218

#c5fcbb color RGB value is (197,252,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111100 10111011
Octal 305 374 273
Decimal 197 252 187
Hex C5 FC BB

RGB Percentages of Color #c5fcbb

%30.97
%39.62
%29.40

CMYK Percentages of Color #c5fcbb

%22
%0
%26
%1

Triadic Colors of #c5fcbb

#c5fcbb #bbc5fc #fcbbc5

Analogous Colors of #c5fcbb

#c5fcbb #bbfcd2 #e6fcbb

Monochromatic Colors of #c5fcbb

#c5fcbb

Complementary Color

#c5fcbb #f2bbfc

#c5fcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fcbb Color CSS Codes

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

#c5fcbb Text Font Color

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

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


#c5fcbb Background Color

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

This div background color is #c5fcbb


#c5fcbb Border Color

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

This div border color is #c5fcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fcbb


Comments

No comments written yet.

Please login to write comment.