Color Hex Logo

#c7ebaf Color Hex

#C7EBAF
(199,235,175)
0 Favorites   0 Comments

Color spaces of #c7ebaf

RGB 199235175
HSL0.270.600.80
HSV96°26°92°
CMYK 0.150.000.26   0.08
XYZ60.999474.653951.7521
Yxy74.65390.32550.3984
Hunter Lab86.4025-25.184924.9691
CIE-Lab89.2306-22.293925.3502

#c7ebaf color RGB value is (199,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101011 10101111
Octal 307 353 257
Decimal 199 235 175
Hex C7 EB AF

RGB Percentages of Color #c7ebaf

%32.68
%38.59
%28.74

CMYK Percentages of Color #c7ebaf

%15
%0
%26
%8

Triadic Colors of #c7ebaf

#c7ebaf #afc7eb #ebafc7

Analogous Colors of #c7ebaf

#c7ebaf #afebb5 #e5ebaf

Monochromatic Colors of #c7ebaf

#c7ebaf

Complementary Color

#c7ebaf #d3afeb

#c7ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ebaf Color CSS Codes

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

#c7ebaf Text Font Color

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

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


#c7ebaf Background Color

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

This div background color is #c7ebaf


#c7ebaf Border Color

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

This div border color is #c7ebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ebaf


Comments

No comments written yet.

Please login to write comment.