Color Hex Logo

#c5ffea Color Hex

#C5FFEA
(197,255,234)
0 Favorites   0 Comments

Color spaces of #c5ffea

RGB 197255234
HSL0.441.000.89
HSV158°23°100°
CMYK 0.230.000.08   0.00
XYZ73.637289.330891.2034
Yxy89.33080.28970.3515
Hunter Lab94.5150-26.33078.9479
CIE-Lab95.7185-22.32294.0882

#c5ffea color RGB value is (197,255,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111111 11101010
Octal 305 377 352
Decimal 197 255 234
Hex C5 FF EA

RGB Percentages of Color #c5ffea

%28.72
%37.17
%34.11

CMYK Percentages of Color #c5ffea

%23
%0
%8
%0

Triadic Colors of #c5ffea

#c5ffea #eac5ff #ffeac5

Analogous Colors of #c5ffea

#c5ffea #c5f7ff #c5ffcd

Monochromatic Colors of #c5ffea

#c5ffea

Complementary Color

#c5ffea #ffc5da

#c5ffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ffea Color CSS Codes

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

#c5ffea Text Font Color

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

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


#c5ffea Background Color

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

This div background color is #c5ffea


#c5ffea Border Color

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

This div border color is #c5ffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ffea

#c5ffea Color Palettes


Comments

No comments written yet.

Please login to write comment.