Color Hex Logo

#c2fbc8 Color Hex

#C2FBC8
(194,251,200)
0 Favorites   0 Comments

Color spaces of #c2fbc8

RGB 194251200
HSL0.350.880.87
HSV126°23°98°
CMYK 0.230.000.20   0.02
XYZ67.170684.633867.4393
Yxy84.63380.30640.3860
Hunter Lab91.9966-30.663820.9344
CIE-Lab93.7251-27.587118.6982

#c2fbc8 color RGB value is (194,251,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111011 11001000
Octal 302 373 310
Decimal 194 251 200
Hex C2 FB C8

RGB Percentages of Color #c2fbc8

%30.08
%38.91
%31.01

CMYK Percentages of Color #c2fbc8

%23
%0
%20
%2

Triadic Colors of #c2fbc8

#c2fbc8 #c8c2fb #fbc8c2

Analogous Colors of #c2fbc8

#c2fbc8 #c2fbe5 #d9fbc2

Monochromatic Colors of #c2fbc8

#c2fbc8

Complementary Color

#c2fbc8 #fbc2f5

#c2fbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fbc8 Color CSS Codes

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

#c2fbc8 Text Font Color

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

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


#c2fbc8 Background Color

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

This div background color is #c2fbc8


#c2fbc8 Border Color

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

This div border color is #c2fbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fbc8


Comments

No comments written yet.

Please login to write comment.