Color Hex Logo

#c0e2ba Color Hex

#C0E2BA
(192,226,186)
0 Favorites   0 Comments

Color spaces of #c0e2ba

RGB 192226186
HSL0.310.410.81
HSV111°18°89°
CMYK 0.150.000.18   0.11
XYZ57.797569.144456.7543
Yxy69.14440.31460.3764
Hunter Lab83.1531-21.447417.7401
CIE-Lab86.5755-18.531615.8974

#c0e2ba color RGB value is (192,226,186).

#c0e2ba hex color red value is 192, green value is 226 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c0e2ba hue: 0.31 , saturation: 0.41 and the lightness value of c0e2ba is 0.81.

The process color (four color CMYK) of #c0e2ba color hex is 0.15, 0.00, 0.18, 0.11. Web safe color of #c0e2ba is #cccccc. Color #c0e2ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11100010 10111010
Octal 300 342 272
Decimal 192 226 186
Hex C0 E2 BA

RGB Percentages of Color #c0e2ba

%31.79
%37.42
%30.79

CMYK Percentages of Color #c0e2ba

%15
%0
%18
%11

Triadic Colors of #c0e2ba

#c0e2ba #bac0e2 #e2bac0

Analogous Colors of #c0e2ba

#c0e2ba #bae2c8 #d4e2ba

Monochromatic Colors of #c0e2ba

#c0e2ba

Complementary Color

#c0e2ba #dcbae2

#c0e2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0e2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0e2ba Color CSS Codes

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

#c0e2ba Text Font Color

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

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


#c0e2ba Background Color

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

This div background color is #c0e2ba


#c0e2ba Border Color

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

This div border color is #c0e2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0e2ba


Comments

No comments written yet.

Please login to write comment.