Color Hex Logo

#c5eecf Color Hex

#C5EECF
(197,238,207)
0 Favorites   0 Comments

Color spaces of #c5eecf

RGB 197238207
HSL0.370.550.85
HSV135°17°93°
CMYK 0.170.000.13   0.07
XYZ64.863077.524470.5765
Yxy77.52440.30460.3640
Hunter Lab88.0479-22.586814.1085
CIE-Lab90.5624-19.114610.6418

#c5eecf color RGB value is (197,238,207).

#c5eecf hex color red value is 197, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c5eecf hue: 0.37 , saturation: 0.55 and the lightness value of c5eecf is 0.85.

The process color (four color CMYK) of #c5eecf color hex is 0.17, 0.00, 0.13, 0.07. Web safe color of #c5eecf is #ccffcc. Color #c5eecf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101110 11001111
Octal 305 356 317
Decimal 197 238 207
Hex C5 EE CF

RGB Percentages of Color #c5eecf

%30.69
%37.07
%32.24

CMYK Percentages of Color #c5eecf

%17
%0
%13
%7

Triadic Colors of #c5eecf

#c5eecf #cfc5ee #eecfc5

Analogous Colors of #c5eecf

#c5eecf #c5eee4 #d0eec5

Monochromatic Colors of #c5eecf

#c5eecf

Complementary Color

#c5eecf #eec5e4

#c5eecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5eecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5eecf Color CSS Codes

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

#c5eecf Text Font Color

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

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


#c5eecf Background Color

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

This div background color is #c5eecf


#c5eecf Border Color

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

This div border color is #c5eecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5eecf


Comments

No comments written yet.

Please login to write comment.