Color Hex Logo

#c0ebaf Color Hex

#C0EBAF
(192,235,175)
0 Favorites   0 Comments

Color spaces of #c0ebaf

RGB 192235175
HSL0.290.600.80
HSV103°26°92°
CMYK 0.180.000.26   0.08
XYZ59.184473.718351.6671
Yxy73.71830.32070.3994
Hunter Lab85.8594-27.210624.4229
CIE-Lab88.7892-24.711824.6746

#c0ebaf color RGB value is (192,235,175).

#c0ebaf hex color red value is 192, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c0ebaf hue: 0.29 , saturation: 0.60 and the lightness value of c0ebaf is 0.80.

The process color (four color CMYK) of #c0ebaf color hex is 0.18, 0.00, 0.26, 0.08. Web safe color of #c0ebaf is #ccff99. Color #c0ebaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101011 10101111
Octal 300 353 257
Decimal 192 235 175
Hex C0 EB AF

RGB Percentages of Color #c0ebaf

%31.89
%39.04
%29.07

CMYK Percentages of Color #c0ebaf

%18
%0
%26
%8

Triadic Colors of #c0ebaf

#c0ebaf #afc0eb #ebafc0

Analogous Colors of #c0ebaf

#c0ebaf #afebbc #deebaf

Monochromatic Colors of #c0ebaf

#c0ebaf

Complementary Color

#c0ebaf #daafeb

#c0ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ebaf Color CSS Codes

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

#c0ebaf Text Font Color

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

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


#c0ebaf Background Color

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

This div background color is #c0ebaf


#c0ebaf Border Color

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

This div border color is #c0ebaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,235,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ebaf


Comments

No comments written yet.

Please login to write comment.