color codes Logo

#c6ebae color codes

#C6EBAE
(198,235,174)
0 Favorites   0 Comments

Color spaces of #c6ebae

RGB 198235174
HSL0.270.600.80
HSV96°26°92°
CMYK 0.160.000.26   0.08
XYZ60.637074.478451.2243
Yxy74.47840.32540.3997
Hunter Lab86.3009-25.608325.2187
CIE-Lab89.1481-22.794025.7403

#c6ebae color RGB value is (198,235,174).

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

The process color (four color CMYK) of #c6ebae color code is 0.16, 0.00, 0.26, 0.08. Web safe color of #c6ebae is #ccff99. Color #c6ebae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101011 10101110
Octal 306 353 256
Decimal 198 235 174
Hex C6 EB AE

RGB Percentages of Color #c6ebae

%32.62
%38.71
%28.67

CMYK Percentages of Color #c6ebae

%16
%0
%26
%8

Triadic Colors of #c6ebae

#c6ebae #aec6eb #ebaec6

Analogous Colors of #c6ebae

#c6ebae #aeebb5 #e5ebae

Monochromatic Colors of #c6ebae

#c6ebae

Complementary Color

#c6ebae #d3aeeb

#c6ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ebae Color CSS Codes

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

#c6ebae Text Font Color

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

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


#c6ebae Background Color

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

This div background color is #c6ebae


#c6ebae Border Color

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

This div border color is #c6ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ebae


Comments

No comments written yet.

Please login to write comment.