Color Hex Logo

#c5febd Color Hex

#C5FEBD
(197,254,189)
0 Favorites   0 Comments

Color spaces of #c5febd

RGB 197254189
HSL0.310.970.87
HSV113°26°100°
CMYK 0.220.000.26   0.00
XYZ67.653186.428161.2607
Yxy86.42810.31420.4014
Hunter Lab92.9667-32.795026.0074
CIE-Lab94.4951-29.842225.3998

#c5febd color RGB value is (197,254,189).

#c5febd hex color red value is 197, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c5febd hue: 0.31 , saturation: 0.97 and the lightness value of c5febd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111110 10111101
Octal 305 376 275
Decimal 197 254 189
Hex C5 FE BD

RGB Percentages of Color #c5febd

%30.78
%39.69
%29.53

CMYK Percentages of Color #c5febd

%22
%0
%26
%0

Triadic Colors of #c5febd

#c5febd #bdc5fe #febdc5

Analogous Colors of #c5febd

#c5febd #bdfed6 #e6febd

Monochromatic Colors of #c5febd

#c5febd

Complementary Color

#c5febd #f6bdfe

#c5febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5febd Color CSS Codes

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

#c5febd Text Font Color

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

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


#c5febd Background Color

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

This div background color is #c5febd


#c5febd Border Color

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

This div border color is #c5febd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5febd


Comments

No comments written yet.

Please login to write comment.