Color Hex Logo

#c2998e Color Hex

#C2998E
(194,153,142)
0 Favorites   0 Comments

Color spaces of #c2998e

RGB 194153142
HSL0.040.300.66
HSV13°27°76°
CMYK 0.000.210.27   0.24
XYZ38.521936.204830.5491
Yxy36.20480.36590.3439
Hunter Lab60.17048.979812.0172
CIE-Lab66.676113.658511.6139

#c2998e color RGB value is (194,153,142).

#c2998e hex color red value is 194, green value is 153 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c2998e hue: 0.04 , saturation: 0.30 and the lightness value of c2998e is 0.66.

The process color (four color CMYK) of #c2998e color hex is 0.00, 0.21, 0.27, 0.24. Web safe color of #c2998e is #cc9999. Color #c2998e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011001 10001110
Octal 302 231 216
Decimal 194 153 142
Hex C2 99 8E

RGB Percentages of Color #c2998e

%39.67
%31.29
%29.04

CMYK Percentages of Color #c2998e

%0
%21
%27
%24

Triadic Colors of #c2998e

#c2998e #8ec299 #998ec2

Analogous Colors of #c2998e

#c2998e #c2b38e #c28e9d

Monochromatic Colors of #c2998e

#c2998e

Complementary Color

#c2998e #8eb7c2

#c2998e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2998e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2998e Color CSS Codes

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

#c2998e Text Font Color

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

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


#c2998e Background Color

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

This div background color is #c2998e


#c2998e Border Color

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

This div border color is #c2998e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,153,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2998e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2998e;
  -webkit-box-shadow: 1px 1px 3px 2px #c2998e;
  box-shadow:         1px 1px 3px 2px #c2998e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,153,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2998e


Comments

No comments written yet.

Please login to write comment.