Color Hex Logo

#c5ffec Color Hex

#C5FFEC
(197,255,236)
0 Favorites   0 Comments

Color spaces of #c5ffec

RGB 197255236
HSL0.451.000.89
HSV160°23°100°
CMYK 0.230.000.07   0.00
XYZ73.926389.446492.7254
Yxy89.44640.28870.3493
Hunter Lab94.5761-25.98208.0735
CIE-Lab95.7667-21.93043.1283

#c5ffec color RGB value is (197,255,236).

#c5ffec hex color red value is 197, green value is 255 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c5ffec hue: 0.45 , saturation: 1.00 and the lightness value of c5ffec is 0.89.

The process color (four color CMYK) of #c5ffec color hex is 0.23, 0.00, 0.07, 0.00. Web safe color of #c5ffec is #ccffff. Color #c5ffec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111111 11101100
Octal 305 377 354
Decimal 197 255 236
Hex C5 FF EC

RGB Percentages of Color #c5ffec

%28.63
%37.06
%34.30

CMYK Percentages of Color #c5ffec

%23
%0
%7
%0

Triadic Colors of #c5ffec

#c5ffec #ecc5ff #ffecc5

Analogous Colors of #c5ffec

#c5ffec #c5f5ff #c5ffcf

Monochromatic Colors of #c5ffec

#c5ffec

Complementary Color

#c5ffec #ffc5d8

#c5ffec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ffec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ffec Color CSS Codes

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

#c5ffec Text Font Color

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

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


#c5ffec Background Color

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

This div background color is #c5ffec


#c5ffec Border Color

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

This div border color is #c5ffec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ffec

Related Colors


Comments

No comments written yet.

Please login to write comment.