Color Hex Logo

#c2fcbd Color Hex

#C2FCBD
(194,252,189)
0 Favorites   0 Comments

Color spaces of #c2fcbd

RGB 194252189
HSL0.320.910.86
HSV115°25°99°
CMYK 0.230.000.25   0.01
XYZ66.243884.764361.0138
Yxy84.76430.31240.3998
Hunter Lab92.0675-32.685125.1554
CIE-Lab93.7815-29.887924.3915

#c2fcbd color RGB value is (194,252,189).

#c2fcbd hex color red value is 194, green value is 252 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c2fcbd hue: 0.32 , saturation: 0.91 and the lightness value of c2fcbd is 0.86.

The process color (four color CMYK) of #c2fcbd color hex is 0.23, 0.00, 0.25, 0.01. Web safe color of #c2fcbd is #ccffcc. Color #c2fcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111100 10111101
Octal 302 374 275
Decimal 194 252 189
Hex C2 FC BD

RGB Percentages of Color #c2fcbd

%30.55
%39.69
%29.76

CMYK Percentages of Color #c2fcbd

%23
%0
%25
%1

Triadic Colors of #c2fcbd

#c2fcbd #bdc2fc #fcbdc2

Analogous Colors of #c2fcbd

#c2fcbd #bdfcd8 #e2fcbd

Monochromatic Colors of #c2fcbd

#c2fcbd

Complementary Color

#c2fcbd #f7bdfc

#c2fcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fcbd Color CSS Codes

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

#c2fcbd Text Font Color

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

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


#c2fcbd Background Color

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

This div background color is #c2fcbd


#c2fcbd Border Color

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

This div border color is #c2fcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fcbd


Comments

No comments written yet.

Please login to write comment.