Color Hex Logo

#c5efde Color Hex

#C5EFDE
(197,239,222)
0 Favorites   0 Comments

Color spaces of #c5efde

RGB 197239222
HSL0.430.570.85
HSV156°18°94°
CMYK 0.180.000.07   0.06
XYZ67.077378.877280.7967
Yxy78.87720.29580.3479
Hunter Lab88.8128-20.60758.2304
CIE-Lab91.1787-16.81763.7231

#c5efde color RGB value is (197,239,222).

#c5efde hex color red value is 197, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c5efde hue: 0.43 , saturation: 0.57 and the lightness value of c5efde is 0.85.

The process color (four color CMYK) of #c5efde color hex is 0.18, 0.00, 0.07, 0.06. Web safe color of #c5efde is #ccffcc. Color #c5efde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101111 11011110
Octal 305 357 336
Decimal 197 239 222
Hex C5 EF DE

RGB Percentages of Color #c5efde

%29.94
%36.32
%33.74

CMYK Percentages of Color #c5efde

%18
%0
%7
%6

Triadic Colors of #c5efde

#c5efde #dec5ef #efdec5

Analogous Colors of #c5efde

#c5efde #c5ebef #c5efc9

Monochromatic Colors of #c5efde

#c5efde

Complementary Color

#c5efde #efc5d6

#c5efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5efde Color CSS Codes

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

#c5efde Text Font Color

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

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


#c5efde Background Color

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

This div background color is #c5efde


#c5efde Border Color

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

This div border color is #c5efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5efde


Comments

No comments written yet.

Please login to write comment.