Color Hex Logo

#c6feb6 Color Hex

#C6FEB6
(198,254,182)
0 Favorites   0 Comments

Color spaces of #c6feb6

RGB 198254182
HSL0.300.970.85
HSV107°28°100°
CMYK 0.220.000.28   0.00
XYZ67.174086.266857.3667
Yxy86.26680.31870.4092
Hunter Lab92.8799-33.442428.3959
CIE-Lab94.4263-30.602128.8564

#c6feb6 color RGB value is (198,254,182).

#c6feb6 hex color red value is 198, green value is 254 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #c6feb6 hue: 0.30 , saturation: 0.97 and the lightness value of c6feb6 is 0.85.

The process color (four color CMYK) of #c6feb6 color hex is 0.22, 0.00, 0.28, 0.00. Web safe color of #c6feb6 is #ccffcc. Color #c6feb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11111110 10110110
Octal 306 376 266
Decimal 198 254 182
Hex C6 FE B6

RGB Percentages of Color #c6feb6

%31.23
%40.06
%28.71

CMYK Percentages of Color #c6feb6

%22
%0
%28
%0

Triadic Colors of #c6feb6

#c6feb6 #b6c6fe #feb6c6

Analogous Colors of #c6feb6

#c6feb6 #b6feca #eafeb6

Monochromatic Colors of #c6feb6

#c6feb6

Complementary Color

#c6feb6 #eeb6fe

#c6feb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6feb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6feb6 Color CSS Codes

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

#c6feb6 Text Font Color

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

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


#c6feb6 Background Color

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

This div background color is #c6feb6


#c6feb6 Border Color

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

This div border color is #c6feb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6feb6

Related Colors


Comments

No comments written yet.

Please login to write comment.