Color Hex Logo

#c5ffee Color Hex

#C5FFEE
(197,255,238)
0 Favorites   0 Comments

Color spaces of #c5ffee

RGB 197255238
HSL0.451.000.89
HSV162°23°100°
CMYK 0.230.000.07   0.00
XYZ74.218689.563494.2646
Yxy89.56340.28760.3471
Hunter Lab94.6379-25.63007.1905
CIE-Lab95.8154-21.53512.1691

#c5ffee color RGB value is (197,255,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111111 11101110
Octal 305 377 356
Decimal 197 255 238
Hex C5 FF EE

RGB Percentages of Color #c5ffee

%28.55
%36.96
%34.49

CMYK Percentages of Color #c5ffee

%23
%0
%7
%0

Triadic Colors of #c5ffee

#c5ffee #eec5ff #ffeec5

Analogous Colors of #c5ffee

#c5ffee #c5f3ff #c5ffd1

Monochromatic Colors of #c5ffee

#c5ffee

Complementary Color

#c5ffee #ffc5d6

#c5ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ffee Color CSS Codes

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

#c5ffee Text Font Color

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

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


#c5ffee Background Color

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

This div background color is #c5ffee


#c5ffee Border Color

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

This div border color is #c5ffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ffee

Related Colors


Comments

No comments written yet.

Please login to write comment.