Color Hex Logo

#c2ffcb Color Hex

#C2FFCB
(194,255,203)
0 Favorites   0 Comments

Color spaces of #c2ffcb

RGB 194255203
HSL0.361.000.88
HSV129°24°100°
CMYK 0.240.000.20   0.00
XYZ68.787687.301169.7252
Yxy87.30110.30460.3866
Hunter Lab93.4351-32.098321.1598
CIE-Lab94.8659-28.958818.7603

#c2ffcb color RGB value is (194,255,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111111 11001011
Octal 302 377 313
Decimal 194 255 203
Hex C2 FF CB

RGB Percentages of Color #c2ffcb

%29.75
%39.11
%31.13

CMYK Percentages of Color #c2ffcb

%24
%0
%20
%0

Triadic Colors of #c2ffcb

#c2ffcb #cbc2ff #ffcbc2

Analogous Colors of #c2ffcb

#c2ffcb #c2ffea #d8ffc2

Monochromatic Colors of #c2ffcb

#c2ffcb

Complementary Color

#c2ffcb #ffc2f6

#c2ffcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ffcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ffcb Color CSS Codes

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

#c2ffcb Text Font Color

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

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


#c2ffcb Background Color

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

This div background color is #c2ffcb


#c2ffcb Border Color

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

This div border color is #c2ffcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,255,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ffcb

Related Colors


Comments

No comments written yet.

Please login to write comment.