Color Hex Logo

#c5fbda Color Hex

#C5FBDA
(197,251,218)
0 Favorites   0 Comments

Color spaces of #c5fbda

RGB 197251218
HSL0.400.870.88
HSV143°22°98°
CMYK 0.220.000.13   0.02
XYZ70.178085.926679.2164
Yxy85.92660.29820.3651
Hunter Lab92.6966-27.081714.2197
CIE-Lab94.2810-23.433210.2601

#c5fbda color RGB value is (197,251,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111011 11011010
Octal 305 373 332
Decimal 197 251 218
Hex C5 FB DA

RGB Percentages of Color #c5fbda

%29.58
%37.69
%32.73

CMYK Percentages of Color #c5fbda

%22
%0
%13
%2

Triadic Colors of #c5fbda

#c5fbda #dac5fb #fbdac5

Analogous Colors of #c5fbda

#c5fbda #c5fbf5 #cbfbc5

Monochromatic Colors of #c5fbda

#c5fbda

Complementary Color

#c5fbda #fbc5e6

#c5fbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fbda Color CSS Codes

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

#c5fbda Text Font Color

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

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


#c5fbda Background Color

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

This div background color is #c5fbda


#c5fbda Border Color

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

This div border color is #c5fbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fbda


Comments

No comments written yet.

Please login to write comment.