Color Hex Logo

#c5fcef Color Hex

#C5FCEF
(197,252,239)
0 Favorites   0 Comments

Color spaces of #c5fcef

RGB 197252239
HSL0.460.900.88
HSV166°22°99°
CMYK 0.220.000.05   0.01
XYZ73.416387.723194.7242
Yxy87.72310.28690.3429
Hunter Lab93.6606-23.98805.5991
CIE-Lab95.0442-19.87630.5302

#c5fcef color RGB value is (197,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111100 11101111
Octal 305 374 357
Decimal 197 252 239
Hex C5 FC EF

RGB Percentages of Color #c5fcef

%28.63
%36.63
%34.74

CMYK Percentages of Color #c5fcef

%22
%0
%5
%1

Triadic Colors of #c5fcef

#c5fcef #efc5fc #fcefc5

Analogous Colors of #c5fcef

#c5fcef #c5eefc #c5fcd4

Monochromatic Colors of #c5fcef

#c5fcef

Complementary Color

#c5fcef #fcc5d2

#c5fcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fcef Color CSS Codes

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

#c5fcef Text Font Color

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

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


#c5fcef Background Color

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

This div background color is #c5fcef


#c5fcef Border Color

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

This div border color is #c5fcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fcef


Comments

No comments written yet.

Please login to write comment.