Color Hex Logo

#c1ebaf Color Hex

#C1EBAF
(193,235,175)
0 Favorites   0 Comments

Color spaces of #c1ebaf

RGB 193235175
HSL0.280.600.80
HSV102°26°92°
CMYK 0.180.000.26   0.08
XYZ59.438573.849351.6790
Yxy73.84930.32130.3993
Hunter Lab85.9356-26.925524.4998
CIE-Lab88.8512-24.369024.7695

#c1ebaf color RGB value is (193,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101011 10101111
Octal 301 353 257
Decimal 193 235 175
Hex C1 EB AF

RGB Percentages of Color #c1ebaf

%32.01
%38.97
%29.02

CMYK Percentages of Color #c1ebaf

%18
%0
%26
%8

Triadic Colors of #c1ebaf

#c1ebaf #afc1eb #ebafc1

Analogous Colors of #c1ebaf

#c1ebaf #afebbb #dfebaf

Monochromatic Colors of #c1ebaf

#c1ebaf

Complementary Color

#c1ebaf #d9afeb

#c1ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ebaf Color CSS Codes

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

#c1ebaf Text Font Color

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

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


#c1ebaf Background Color

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

This div background color is #c1ebaf


#c1ebaf Border Color

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

This div border color is #c1ebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ebaf


Comments

No comments written yet.

Please login to write comment.