Color Hex Logo

#c5fcbc Color Hex

#C5FCBC
(197,252,188)
0 Favorites   0 Comments

Color spaces of #c5fcbc

RGB 197252188
HSL0.310.910.86
HSV112°25°99°
CMYK 0.220.000.25   0.01
XYZ66.913585.122060.4804
Yxy85.12200.31490.4005
Hunter Lab92.2616-31.999125.7166
CIE-Lab93.9357-29.063725.1393

#c5fcbc color RGB value is (197,252,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111100 10111100
Octal 305 374 274
Decimal 197 252 188
Hex C5 FC BC

RGB Percentages of Color #c5fcbc

%30.93
%39.56
%29.51

CMYK Percentages of Color #c5fcbc

%22
%0
%25
%1

Triadic Colors of #c5fcbc

#c5fcbc #bcc5fc #fcbcc5

Analogous Colors of #c5fcbc

#c5fcbc #bcfcd3 #e5fcbc

Monochromatic Colors of #c5fcbc

#c5fcbc

Complementary Color

#c5fcbc #f3bcfc

#c5fcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fcbc Color CSS Codes

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

#c5fcbc Text Font Color

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

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


#c5fcbc Background Color

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

This div background color is #c5fcbc


#c5fcbc Border Color

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

This div border color is #c5fcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fcbc


Comments

No comments written yet.

Please login to write comment.