Color Hex Logo

#c2e6bc Color Hex

#C2E6BC
(194,230,188)
0 Favorites   0 Comments

Color spaces of #c2e6bc

RGB 194230188
HSL0.310.460.82
HSV111°18°90°
CMYK 0.160.000.18   0.10
XYZ59.622071.693858.2728
Yxy71.69380.31450.3782
Hunter Lab84.6722-22.485418.4662
CIE-Lab87.8210-19.488916.6219

#c2e6bc color RGB value is (194,230,188).

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

The process color (four color CMYK) of #c2e6bc color hex is 0.16, 0.00, 0.18, 0.10. Web safe color of #c2e6bc is #ccffcc. Color #c2e6bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11100110 10111100
Octal 302 346 274
Decimal 194 230 188
Hex C2 E6 BC

RGB Percentages of Color #c2e6bc

%31.70
%37.58
%30.72

CMYK Percentages of Color #c2e6bc

%16
%0
%18
%10

Triadic Colors of #c2e6bc

#c2e6bc #bcc2e6 #e6bcc2

Analogous Colors of #c2e6bc

#c2e6bc #bce6cb #d7e6bc

Monochromatic Colors of #c2e6bc

#c2e6bc

Complementary Color

#c2e6bc #e0bce6

#c2e6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2e6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2e6bc Color CSS Codes

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

#c2e6bc Text Font Color

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

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


#c2e6bc Background Color

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

This div background color is #c2e6bc


#c2e6bc Border Color

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

This div border color is #c2e6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2e6bc


Comments

No comments written yet.

Please login to write comment.