Color Hex Logo

#c3febf Color Hex

#C3FEBF
(195,254,191)
0 Favorites   0 Comments

Color spaces of #c3febf

RGB 195254191
HSL0.320.970.87
HSV116°25°100°
CMYK 0.230.000.25   0.00
XYZ67.351586.247362.3878
Yxy86.24730.31180.3993
Hunter Lab92.8694-33.068325.1788
CIE-Lab94.4180-30.174324.2605

#c3febf color RGB value is (195,254,191).

#c3febf hex color red value is 195, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c3febf hue: 0.32 , saturation: 0.97 and the lightness value of c3febf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111110 10111111
Octal 303 376 277
Decimal 195 254 191
Hex C3 FE BF

RGB Percentages of Color #c3febf

%30.47
%39.69
%29.84

CMYK Percentages of Color #c3febf

%23
%0
%25
%0

Triadic Colors of #c3febf

#c3febf #bfc3fe #febfc3

Analogous Colors of #c3febf

#c3febf #bffedb #e3febf

Monochromatic Colors of #c3febf

#c3febf

Complementary Color

#c3febf #fabffe

#c3febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3febf Color CSS Codes

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

#c3febf Text Font Color

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

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


#c3febf Background Color

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

This div background color is #c3febf


#c3febf Border Color

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

This div border color is #c3febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3febf

Related Colors


Comments

No comments written yet.

Please login to write comment.