Color Hex Logo

#c2fbcb Color Hex

#C2FBCB
(194,251,203)
0 Favorites   0 Comments

Color spaces of #c2fbcb

RGB 194251203
HSL0.360.880.87
HSV129°23°98°
CMYK 0.230.000.19   0.02
XYZ67.524884.775569.3043
Yxy84.77550.30470.3826
Hunter Lab92.0736-30.220819.8236
CIE-Lab93.7863-27.069417.2465

#c2fbcb color RGB value is (194,251,203).

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

The process color (four color CMYK) of #c2fbcb color hex is 0.23, 0.00, 0.19, 0.02. Web safe color of #c2fbcb is #ccffcc. Color #c2fbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111011 11001011
Octal 302 373 313
Decimal 194 251 203
Hex C2 FB CB

RGB Percentages of Color #c2fbcb

%29.94
%38.73
%31.33

CMYK Percentages of Color #c2fbcb

%23
%0
%19
%2

Triadic Colors of #c2fbcb

#c2fbcb #cbc2fb #fbcbc2

Analogous Colors of #c2fbcb

#c2fbcb #c2fbe8 #d6fbc2

Monochromatic Colors of #c2fbcb

#c2fbcb

Complementary Color

#c2fbcb #fbc2f2

#c2fbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fbcb Color CSS Codes

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

#c2fbcb Text Font Color

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

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


#c2fbcb Background Color

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

This div background color is #c2fbcb


#c2fbcb Border Color

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

This div border color is #c2fbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fbcb


Comments

No comments written yet.

Please login to write comment.