Color Hex Logo

#c7febd Color Hex

#C7FEBD
(199,254,189)
0 Favorites   0 Comments

Color spaces of #c7febd

RGB 199254189
HSL0.310.970.87
HSV111°26°100°
CMYK 0.220.000.26   0.00
XYZ68.180386.699961.2854
Yxy86.69990.31540.4011
Hunter Lab93.1128-32.243726.1552
CIE-Lab94.6108-29.184325.5771

#c7febd color RGB value is (199,254,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11111110 10111101
Octal 307 376 275
Decimal 199 254 189
Hex C7 FE BD

RGB Percentages of Color #c7febd

%31.00
%39.56
%29.44

CMYK Percentages of Color #c7febd

%22
%0
%26
%0

Triadic Colors of #c7febd

#c7febd #bdc7fe #febdc7

Analogous Colors of #c7febd

#c7febd #bdfed4 #e8febd

Monochromatic Colors of #c7febd

#c7febd

Complementary Color

#c7febd #f4bdfe

#c7febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7febd Color CSS Codes

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

#c7febd Text Font Color

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

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


#c7febd Background Color

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

This div background color is #c7febd


#c7febd Border Color

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

This div border color is #c7febd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,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 #c7febd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7febd


Comments

No comments written yet.

Please login to write comment.