Color Hex Logo

#c2eecf Color Hex

#C2EECF
(194,238,207)
0 Favorites   0 Comments

Color spaces of #c2eecf

RGB 194238207
HSL0.380.560.85
HSV138°18°93°
CMYK 0.180.000.13   0.07
XYZ64.085277.123470.5401
Yxy77.12340.30260.3642
Hunter Lab87.8199-23.427313.8501
CIE-Lab90.3784-20.087910.3542

#c2eecf color RGB value is (194,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101110 11001111
Octal 302 356 317
Decimal 194 238 207
Hex C2 EE CF

RGB Percentages of Color #c2eecf

%30.36
%37.25
%32.39

CMYK Percentages of Color #c2eecf

%18
%0
%13
%7

Triadic Colors of #c2eecf

#c2eecf #cfc2ee #eecfc2

Analogous Colors of #c2eecf

#c2eecf #c2eee5 #cbeec2

Monochromatic Colors of #c2eecf

#c2eecf

Complementary Color

#c2eecf #eec2e1

#c2eecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eecf Color CSS Codes

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

#c2eecf Text Font Color

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

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


#c2eecf Background Color

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

This div background color is #c2eecf


#c2eecf Border Color

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

This div border color is #c2eecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eecf


Comments

No comments written yet.

Please login to write comment.