Color Hex Logo

#c5fdea Color Hex

#C5FDEA
(197,253,234)
0 Favorites   0 Comments

Color spaces of #c5fdea

RGB 197253234
HSL0.440.930.88
HSV160°22°99°
CMYK 0.220.000.08   0.01
XYZ73.002588.061490.9918
Yxy88.06140.28960.3494
Hunter Lab93.8410-25.35998.1989
CIE-Lab95.1868-21.35433.3173

#c5fdea color RGB value is (197,253,234).

#c5fdea hex color red value is 197, green value is 253 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c5fdea hue: 0.44 , saturation: 0.93 and the lightness value of c5fdea is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111101 11101010
Octal 305 375 352
Decimal 197 253 234
Hex C5 FD EA

RGB Percentages of Color #c5fdea

%28.80
%36.99
%34.21

CMYK Percentages of Color #c5fdea

%22
%0
%8
%1

Triadic Colors of #c5fdea

#c5fdea #eac5fd #fdeac5

Analogous Colors of #c5fdea

#c5fdea #c5f4fd #c5fdce

Monochromatic Colors of #c5fdea

#c5fdea

Complementary Color

#c5fdea #fdc5d8

#c5fdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fdea Color CSS Codes

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

#c5fdea Text Font Color

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

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


#c5fdea Background Color

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

This div background color is #c5fdea


#c5fdea Border Color

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

This div border color is #c5fdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fdea

Related Colors


Comments

No comments written yet.

Please login to write comment.