Color Hex Logo

#c5ffef Color Hex

#C5FFEF
(197,255,239)
0 Favorites   0 Comments

Color spaces of #c5ffef

RGB 197255239
HSL0.451.000.89
HSV163°23°100°
CMYK 0.230.000.06   0.00
XYZ74.365989.622395.0407
Yxy89.62230.28710.3460
Hunter Lab94.6691-25.45286.7456
CIE-Lab95.8399-21.33631.6896

#c5ffef color RGB value is (197,255,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111111 11101111
Octal 305 377 357
Decimal 197 255 239
Hex C5 FF EF

RGB Percentages of Color #c5ffef

%28.51
%36.90
%34.59

CMYK Percentages of Color #c5ffef

%23
%0
%6
%0

Triadic Colors of #c5ffef

#c5ffef #efc5ff #ffefc5

Analogous Colors of #c5ffef

#c5ffef #c5f2ff #c5ffd2

Monochromatic Colors of #c5ffef

#c5ffef

Complementary Color

#c5ffef #ffc5d5

#c5ffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ffef Color CSS Codes

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

#c5ffef Text Font Color

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

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


#c5ffef Background Color

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

This div background color is #c5ffef


#c5ffef Border Color

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

This div border color is #c5ffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ffef

Related Colors


Comments

No comments written yet.

Please login to write comment.