Color Hex Logo

#c2efbb Color Hex

#C2EFBB
(194,239,187)
0 Favorites   0 Comments

Color spaces of #c2efbb

RGB 194239187
HSL0.310.620.84
HSV112°22°94°
CMYK 0.190.000.22   0.06
XYZ62.084376.790258.5635
Yxy76.79020.31440.3889
Hunter Lab87.6300-26.888521.7173
CIE-Lab90.2250-24.038020.4971

#c2efbb color RGB value is (194,239,187).

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

The process color (four color CMYK) of #c2efbb color hex is 0.19, 0.00, 0.22, 0.06. Web safe color of #c2efbb is #ccffcc. Color #c2efbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101111 10111011
Octal 302 357 273
Decimal 194 239 187
Hex C2 EF BB

RGB Percentages of Color #c2efbb

%31.29
%38.55
%30.16

CMYK Percentages of Color #c2efbb

%19
%0
%22
%6

Triadic Colors of #c2efbb

#c2efbb #bbc2ef #efbbc2

Analogous Colors of #c2efbb

#c2efbb #bbefce #dcefbb

Monochromatic Colors of #c2efbb

#c2efbb

Complementary Color

#c2efbb #e8bbef

#c2efbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2efbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2efbb Color CSS Codes

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

#c2efbb Text Font Color

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

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


#c2efbb Background Color

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

This div background color is #c2efbb


#c2efbb Border Color

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

This div border color is #c2efbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2efbb


Comments

No comments written yet.

Please login to write comment.