Color Hex Logo

#c5febf Color Hex

#C5FEBF
(197,254,191)
0 Favorites   0 Comments

Color spaces of #c5febf

RGB 197254191
HSL0.320.970.87
HSV114°25°100°
CMYK 0.220.000.25   0.00
XYZ67.871786.515562.4122
Yxy86.51550.31310.3991
Hunter Lab93.0137-32.523325.3260
CIE-Lab94.5323-29.522424.4359

#c5febf color RGB value is (197,254,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111110 10111111
Octal 305 376 277
Decimal 197 254 191
Hex C5 FE BF

RGB Percentages of Color #c5febf

%30.69
%39.56
%29.75

CMYK Percentages of Color #c5febf

%22
%0
%25
%0

Triadic Colors of #c5febf

#c5febf #bfc5fe #febfc5

Analogous Colors of #c5febf

#c5febf #bffed9 #e5febf

Monochromatic Colors of #c5febf

#c5febf

Complementary Color

#c5febf #f8bffe

#c5febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5febf Color CSS Codes

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

#c5febf Text Font Color

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

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


#c5febf Background Color

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

This div background color is #c5febf


#c5febf Border Color

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

This div border color is #c5febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5febf

Related Colors


Comments

No comments written yet.

Please login to write comment.