Color Hex Logo

#c2ca98 Color Hex

#C2CA98
(194,202,152)
0 Favorites   0 Comments

Color spaces of #c2ca98

RGB 194202152
HSL0.190.320.69
HSV70°25°79°
CMYK 0.040.000.25   0.21
XYZ49.036255.977437.9260
Yxy55.97740.34310.3916
Hunter Lab74.8180-13.941622.3180
CIE-Lab79.6010-11.056124.1093

#c2ca98 color RGB value is (194,202,152).

#c2ca98 hex color red value is 194, green value is 202 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c2ca98 hue: 0.19 , saturation: 0.32 and the lightness value of c2ca98 is 0.69.

The process color (four color CMYK) of #c2ca98 color hex is 0.04, 0.00, 0.25, 0.21. Web safe color of #c2ca98 is #cccc99. Color #c2ca98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001010 10011000
Octal 302 312 230
Decimal 194 202 152
Hex C2 CA 98

RGB Percentages of Color #c2ca98

%35.40
%36.86
%27.74

CMYK Percentages of Color #c2ca98

%4
%0
%25
%21

Triadic Colors of #c2ca98

#c2ca98 #98c2ca #ca98c2

Analogous Colors of #c2ca98

#c2ca98 #a9ca98 #cab998

Monochromatic Colors of #c2ca98

#c2ca98

Complementary Color

#c2ca98 #a098ca

#c2ca98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ca98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ca98 Color CSS Codes

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

#c2ca98 Text Font Color

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

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


#c2ca98 Background Color

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

This div background color is #c2ca98


#c2ca98 Border Color

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

This div border color is #c2ca98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ca98


Comments

No comments written yet.

Please login to write comment.