Color Hex Logo

#c2e0bc Color Hex

#C2E0BC
(194,224,188)
0 Favorites   0 Comments

Color spaces of #c2e0bc

RGB 194224188
HSL0.310.370.81
HSV110°16°88°
CMYK 0.130.000.16   0.12
XYZ57.980968.411557.7258
Yxy68.41150.31490.3716
Hunter Lab82.7112-19.615516.5182
CIE-Lab86.2118-16.516414.3571

#c2e0bc color RGB value is (194,224,188).

#c2e0bc hex color red value is 194, green value is 224 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c2e0bc hue: 0.31 , saturation: 0.37 and the lightness value of c2e0bc is 0.81.

The process color (four color CMYK) of #c2e0bc color hex is 0.13, 0.00, 0.16, 0.12. Web safe color of #c2e0bc is #cccccc. Color #c2e0bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11100000 10111100
Octal 302 340 274
Decimal 194 224 188
Hex C2 E0 BC

RGB Percentages of Color #c2e0bc

%32.01
%36.96
%31.02

CMYK Percentages of Color #c2e0bc

%13
%0
%16
%12

Triadic Colors of #c2e0bc

#c2e0bc #bcc2e0 #e0bcc2

Analogous Colors of #c2e0bc

#c2e0bc #bce0c8 #d4e0bc

Monochromatic Colors of #c2e0bc

#c2e0bc

Complementary Color

#c2e0bc #dabce0

#c2e0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2e0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2e0bc Color CSS Codes

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

#c2e0bc Text Font Color

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

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


#c2e0bc Background Color

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

This div background color is #c2e0bc


#c2e0bc Border Color

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

This div border color is #c2e0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2e0bc

#c2e0bc Color Palettes


Comments

No comments written yet.

Please login to write comment.