Color Hex Logo

#c9eecf Color Hex

#C9EECF
(201,238,207)
0 Favorites   0 Comments

Color spaces of #c9eecf

RGB 201238207
HSL0.360.520.86
HSV130°16°93°
CMYK 0.160.000.13   0.07
XYZ65.924478.071670.6262
Yxy78.07160.30720.3638
Hunter Lab88.3581-21.447114.4592
CIE-Lab90.8126-17.804611.0324

#c9eecf color RGB value is (201,238,207).

#c9eecf hex color red value is 201, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c9eecf hue: 0.36 , saturation: 0.52 and the lightness value of c9eecf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101110 11001111
Octal 311 356 317
Decimal 201 238 207
Hex C9 EE CF

RGB Percentages of Color #c9eecf

%31.11
%36.84
%32.04

CMYK Percentages of Color #c9eecf

%16
%0
%13
%7

Triadic Colors of #c9eecf

#c9eecf #cfc9ee #eecfc9

Analogous Colors of #c9eecf

#c9eecf #c9eee2 #d6eec9

Monochromatic Colors of #c9eecf

#c9eecf

Complementary Color

#c9eecf #eec9e8

#c9eecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eecf Color CSS Codes

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

#c9eecf Text Font Color

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

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


#c9eecf Background Color

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

This div background color is #c9eecf


#c9eecf Border Color

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

This div border color is #c9eecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eecf


Comments

No comments written yet.

Please login to write comment.