Color Hex Logo

#c3fabe Color Hex

#C3FABE
(195,250,190)
0 Favorites   0 Comments

Color spaces of #c3fabe

RGB 195250190
HSL0.320.860.86
HSV115°24°98°
CMYK 0.220.000.24   0.02
XYZ65.985583.691061.3914
Yxy83.69100.31260.3965
Hunter Lab91.4828-31.344824.2502
CIE-Lab93.3161-28.459123.2498

#c3fabe color RGB value is (195,250,190).

#c3fabe hex color red value is 195, green value is 250 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c3fabe hue: 0.32 , saturation: 0.86 and the lightness value of c3fabe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111010 10111110
Octal 303 372 276
Decimal 195 250 190
Hex C3 FA BE

RGB Percentages of Color #c3fabe

%30.71
%39.37
%29.92

CMYK Percentages of Color #c3fabe

%22
%0
%24
%2

Triadic Colors of #c3fabe

#c3fabe #bec3fa #fabec3

Analogous Colors of #c3fabe

#c3fabe #befad7 #e1fabe

Monochromatic Colors of #c3fabe

#c3fabe

Complementary Color

#c3fabe #f5befa

#c3fabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3fabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3fabe Color CSS Codes

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

#c3fabe Text Font Color

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

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


#c3fabe Background Color

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

This div background color is #c3fabe


#c3fabe Border Color

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

This div border color is #c3fabe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,250,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3fabe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3fabe;
  -webkit-box-shadow: 1px 1px 3px 2px #c3fabe;
  box-shadow:         1px 1px 3px 2px #c3fabe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,250,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3fabe


Comments

No comments written yet.

Please login to write comment.