Color Hex Logo

#c5feef Color Hex

#C5FEEF
(197,254,239)
0 Favorites   0 Comments

Color spaces of #c5feef

RGB 197254239
HSL0.460.970.88
HSV164°22°100°
CMYK 0.220.000.06   0.00
XYZ74.047888.985994.9346
Yxy88.98590.28700.3449
Hunter Lab94.3323-24.96496.3641
CIE-Lab95.5745-20.85041.3033

#c5feef color RGB value is (197,254,239).

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

The process color (four color CMYK) of #c5feef color hex is 0.22, 0.00, 0.06, 0.00. Web safe color of #c5feef is #ccffff. Color #c5feef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111110 11101111
Octal 305 376 357
Decimal 197 254 239
Hex C5 FE EF

RGB Percentages of Color #c5feef

%28.55
%36.81
%34.64

CMYK Percentages of Color #c5feef

%22
%0
%6
%0

Triadic Colors of #c5feef

#c5feef #efc5fe #feefc5

Analogous Colors of #c5feef

#c5feef #c5f1fe #c5fed3

Monochromatic Colors of #c5feef

#c5feef

Complementary Color

#c5feef #fec5d4

#c5feef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5feef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5feef Color CSS Codes

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

#c5feef Text Font Color

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

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


#c5feef Background Color

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

This div background color is #c5feef


#c5feef Border Color

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

This div border color is #c5feef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5feef


Comments

No comments written yet.

Please login to write comment.