Color Hex Logo

#c2ffbd Color Hex

#C2FFBD
(194,255,189)
0 Favorites   0 Comments

Color spaces of #c2ffbd

RGB 194255189
HSL0.321.000.87
HSV115°26°100°
CMYK 0.240.000.26   0.00
XYZ67.193486.663561.3304
Yxy86.66350.31230.4027
Hunter Lab93.0932-34.074326.1046
CIE-Lab94.5953-31.287725.5100

#c2ffbd color RGB value is (194,255,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111111 10111101
Octal 302 377 275
Decimal 194 255 189
Hex C2 FF BD

RGB Percentages of Color #c2ffbd

%30.41
%39.97
%29.62

CMYK Percentages of Color #c2ffbd

%24
%0
%26
%0

Triadic Colors of #c2ffbd

#c2ffbd #bdc2ff #ffbdc2

Analogous Colors of #c2ffbd

#c2ffbd #bdffd9 #e3ffbd

Monochromatic Colors of #c2ffbd

#c2ffbd

Complementary Color

#c2ffbd #fabdff

#c2ffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ffbd Color CSS Codes

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

#c2ffbd Text Font Color

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

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


#c2ffbd Background Color

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

This div background color is #c2ffbd


#c2ffbd Border Color

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

This div border color is #c2ffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ffbd

Related Colors


Comments

No comments written yet.

Please login to write comment.