Color Hex Logo

#c5fcdb Color Hex

#C5FCDB
(197,252,219)
1 Favorites   0 Comments

Color spaces of #c5fcdb

RGB 197252219
HSL0.400.900.88
HSV144°22°99°
CMYK 0.220.000.13   0.01
XYZ70.622586.605680.0122
Yxy86.60560.29770.3651
Hunter Lab93.0621-27.399614.1676
CIE-Lab94.5707-23.729810.1593

#c5fcdb color RGB value is (197,252,219).

#c5fcdb hex color red value is 197, green value is 252 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c5fcdb hue: 0.40 , saturation: 0.90 and the lightness value of c5fcdb is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111100 11011011
Octal 305 374 333
Decimal 197 252 219
Hex C5 FC DB

RGB Percentages of Color #c5fcdb

%29.49
%37.72
%32.78

CMYK Percentages of Color #c5fcdb

%22
%0
%13
%1

Triadic Colors of #c5fcdb

#c5fcdb #dbc5fc #fcdbc5

Analogous Colors of #c5fcdb

#c5fcdb #c5fcf7 #cbfcc5

Monochromatic Colors of #c5fcdb

#c5fcdb

Complementary Color

#c5fcdb #fcc5e6

#c5fcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fcdb Color CSS Codes

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

#c5fcdb Text Font Color

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

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


#c5fcdb Background Color

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

This div background color is #c5fcdb


#c5fcdb Border Color

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

This div border color is #c5fcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fcdb

#c5fcdb Color Palettes


Comments

No comments written yet.

Please login to write comment.