Color Hex Logo

#c3e0ba Color Hex

#C3E0BA
(195,224,186)
0 Favorites   0 Comments

Color spaces of #c3e0ba

RGB 195224186
HSL0.290.380.80
HSV106°17°88°
CMYK 0.130.000.17   0.12
XYZ58.024368.458656.6100
Yxy68.45860.31690.3739
Hunter Lab82.7397-19.614717.3519
CIE-Lab86.2352-16.511715.4473

#c3e0ba color RGB value is (195,224,186).

#c3e0ba hex color red value is 195, green value is 224 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c3e0ba hue: 0.29 , saturation: 0.38 and the lightness value of c3e0ba is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11100000 10111010
Octal 303 340 272
Decimal 195 224 186
Hex C3 E0 BA

RGB Percentages of Color #c3e0ba

%32.23
%37.02
%30.74

CMYK Percentages of Color #c3e0ba

%13
%0
%17
%12

Triadic Colors of #c3e0ba

#c3e0ba #bac3e0 #e0bac3

Analogous Colors of #c3e0ba

#c3e0ba #bae0c4 #d6e0ba

Monochromatic Colors of #c3e0ba

#c3e0ba

Complementary Color

#c3e0ba #d7bae0

#c3e0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3e0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3e0ba Color CSS Codes

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

#c3e0ba Text Font Color

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

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


#c3e0ba Background Color

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

This div background color is #c3e0ba


#c3e0ba Border Color

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

This div border color is #c3e0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3e0ba


Comments

No comments written yet.

Please login to write comment.