Color Hex Logo

#c2ecbb Color Hex

#C2ECBB
(194,236,187)
0 Favorites   0 Comments

Color spaces of #c2ecbb

RGB 194236187
HSL0.310.560.83
HSV111°21°93°
CMYK 0.180.000.21   0.07
XYZ61.213275.048158.2732
Yxy75.04810.31470.3858
Hunter Lab86.6303-25.474520.7589
CIE-Lab89.4155-22.587619.3708

#c2ecbb color RGB value is (194,236,187).

#c2ecbb hex color red value is 194, green value is 236 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c2ecbb hue: 0.31 , saturation: 0.56 and the lightness value of c2ecbb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101100 10111011
Octal 302 354 273
Decimal 194 236 187
Hex C2 EC BB

RGB Percentages of Color #c2ecbb

%31.44
%38.25
%30.31

CMYK Percentages of Color #c2ecbb

%18
%0
%21
%7

Triadic Colors of #c2ecbb

#c2ecbb #bbc2ec #ecbbc2

Analogous Colors of #c2ecbb

#c2ecbb #bbeccd #dbecbb

Monochromatic Colors of #c2ecbb

#c2ecbb

Complementary Color

#c2ecbb #e5bbec

#c2ecbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ecbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ecbb Color CSS Codes

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

#c2ecbb Text Font Color

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

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


#c2ecbb Background Color

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

This div background color is #c2ecbb


#c2ecbb Border Color

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

This div border color is #c2ecbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,236,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ecbb


Comments

No comments written yet.

Please login to write comment.