Color Hex Logo

#c3ebaf Color Hex

#C3EBAF
(195,235,175)
0 Favorites   0 Comments

Color spaces of #c3ebaf

RGB 195235175
HSL0.280.600.80
HSV100°26°92°
CMYK 0.170.000.26   0.08
XYZ59.951974.113951.7031
Yxy74.11390.32270.3990
Hunter Lab86.0894-26.350724.6546
CIE-Lab88.9763-23.680624.9609

#c3ebaf color RGB value is (195,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101011 10101111
Octal 303 353 257
Decimal 195 235 175
Hex C3 EB AF

RGB Percentages of Color #c3ebaf

%32.23
%38.84
%28.93

CMYK Percentages of Color #c3ebaf

%17
%0
%26
%8

Triadic Colors of #c3ebaf

#c3ebaf #afc3eb #ebafc3

Analogous Colors of #c3ebaf

#c3ebaf #afebb9 #e1ebaf

Monochromatic Colors of #c3ebaf

#c3ebaf

Complementary Color

#c3ebaf #d7afeb

#c3ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ebaf Color CSS Codes

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

#c3ebaf Text Font Color

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

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


#c3ebaf Background Color

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

This div background color is #c3ebaf


#c3ebaf Border Color

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

This div border color is #c3ebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ebaf


Comments

No comments written yet.

Please login to write comment.