Color Hex Logo

#c5feba Color Hex

#C5FEBA
(197,254,186)
0 Favorites   0 Comments

Color spaces of #c5feba

RGB 197254186
HSL0.310.970.86
HSV110°27°100°
CMYK 0.220.000.27   0.00
XYZ67.330786.299159.5631
Yxy86.29910.31580.4048
Hunter Lab92.8973-33.195927.0131
CIE-Lab94.4401-30.315426.8444

#c5feba color RGB value is (197,254,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111110 10111010
Octal 305 376 272
Decimal 197 254 186
Hex C5 FE BA

RGB Percentages of Color #c5feba

%30.93
%39.87
%29.20

CMYK Percentages of Color #c5feba

%22
%0
%27
%0

Triadic Colors of #c5feba

#c5feba #bac5fe #febac5

Analogous Colors of #c5feba

#c5feba #bafed1 #e7feba

Monochromatic Colors of #c5feba

#c5feba

Complementary Color

#c5feba #f3bafe

#c5feba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5feba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5feba Color CSS Codes

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

#c5feba Text Font Color

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

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


#c5feba Background Color

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

This div background color is #c5feba


#c5feba Border Color

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

This div border color is #c5feba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5feba

Related Colors


Comments

No comments written yet.

Please login to write comment.