color codes Logo

#c5feca color codes

#C5FECA
(197,254,202)
0 Favorites   0 Comments

Color spaces of #c5feca

RGB 197254202
HSL0.350.970.88
HSV125°22°100°
CMYK 0.220.000.20   0.00
XYZ69.128487.018269.0299
Yxy87.01820.30700.3864
Hunter Lab93.2835-30.967621.4238
CIE-Lab94.7460-27.701919.1285

#c5feca color RGB value is (197,254,202).

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

The process color (four color CMYK) of #c5feca color code is 0.22, 0.00, 0.20, 0.00. Web safe color of #c5feca is #ccffcc. Color #c5feca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111110 11001010
Octal 305 376 312
Decimal 197 254 202
Hex C5 FE CA

RGB Percentages of Color #c5feca

%30.17
%38.90
%30.93

CMYK Percentages of Color #c5feca

%22
%0
%20
%0

Triadic Colors of #c5feca

#c5feca #cac5fe #fecac5

Analogous Colors of #c5feca

#c5feca #c5fee7 #ddfec5

Monochromatic Colors of #c5feca

#c5feca

Complementary Color

#c5feca #fec5f9

#c5feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5feca Color CSS Codes

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

#c5feca Text Font Color

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

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


#c5feca Background Color

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

This div background color is #c5feca


#c5feca Border Color

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

This div border color is #c5feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5feca


Comments

No comments written yet.

Please login to write comment.