Color Hex Logo

#c4febf Color Hex

#C4FEBF
(196,254,191)
0 Favorites   0 Comments

Color spaces of #c4febf

RGB 196254191
HSL0.320.970.87
HSV115°25°100°
CMYK 0.230.000.25   0.00
XYZ67.610786.381062.3999
Yxy86.38100.31240.3992
Hunter Lab92.9414-32.796625.2523
CIE-Lab94.4750-29.849024.3480

#c4febf color RGB value is (196,254,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11111110 10111111
Octal 304 376 277
Decimal 196 254 191
Hex C4 FE BF

RGB Percentages of Color #c4febf

%30.58
%39.63
%29.80

CMYK Percentages of Color #c4febf

%23
%0
%25
%0

Triadic Colors of #c4febf

#c4febf #bfc4fe #febfc4

Analogous Colors of #c4febf

#c4febf #bffeda #e4febf

Monochromatic Colors of #c4febf

#c4febf

Complementary Color

#c4febf #f9bffe

#c4febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4febf Color CSS Codes

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

#c4febf Text Font Color

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

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


#c4febf Background Color

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

This div background color is #c4febf


#c4febf Border Color

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

This div border color is #c4febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4febf


Comments

No comments written yet.

Please login to write comment.