Color Hex Logo

#c2d898 Color Hex

#C2D898
(194,216,152)
0 Favorites   0 Comments

Color spaces of #c2d898

RGB 194216152
HSL0.220.450.72
HSV81°30°85°
CMYK 0.100.000.30   0.15
XYZ52.471562.848139.0711
Yxy62.84810.33990.4071
Hunter Lab79.2768-20.589326.2730
CIE-Lab83.3624-18.115129.1923

#c2d898 color RGB value is (194,216,152).

#c2d898 hex color red value is 194, green value is 216 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c2d898 hue: 0.22 , saturation: 0.45 and the lightness value of c2d898 is 0.72.

The process color (four color CMYK) of #c2d898 color hex is 0.10, 0.00, 0.30, 0.15. Web safe color of #c2d898 is #cccc99. Color #c2d898 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011000 10011000
Octal 302 330 230
Decimal 194 216 152
Hex C2 D8 98

RGB Percentages of Color #c2d898

%34.52
%38.43
%27.05

CMYK Percentages of Color #c2d898

%10
%0
%30
%15

Triadic Colors of #c2d898

#c2d898 #98c2d8 #d898c2

Analogous Colors of #c2d898

#c2d898 #a2d898 #d8ce98

Monochromatic Colors of #c2d898

#c2d898

Complementary Color

#c2d898 #ae98d8

#c2d898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2d898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2d898 Color CSS Codes

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

#c2d898 Text Font Color

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

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


#c2d898 Background Color

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

This div background color is #c2d898


#c2d898 Border Color

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

This div border color is #c2d898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2d898


Comments

No comments written yet.

Please login to write comment.