Color Hex Logo

#ccd298 Color Hex

#CCD298
(204,210,152)
0 Favorites   0 Comments

Color spaces of #ccd298

RGB 204210152
HSL0.180.390.71
HSV66°28°82°
CMYK 0.030.000.28   0.18
XYZ53.615961.197638.6922
Yxy61.19760.34930.3987
Hunter Lab78.2289-14.561725.4352
CIE-Lab82.4849-11.372128.1402

#ccd298 color RGB value is (204,210,152).

#ccd298 hex color red value is 204, green value is 210 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ccd298 hue: 0.18 , saturation: 0.39 and the lightness value of ccd298 is 0.71.

The process color (four color CMYK) of #ccd298 color hex is 0.03, 0.00, 0.28, 0.18. Web safe color of #ccd298 is #cccc99. Color #ccd298 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 10011000
Octal 314 322 230
Decimal 204 210 152
Hex CC D2 98

RGB Percentages of Color #ccd298

%36.04
%37.10
%26.86

CMYK Percentages of Color #ccd298

%3
%0
%28
%18

Triadic Colors of #ccd298

#ccd298 #98ccd2 #d298cc

Analogous Colors of #ccd298

#ccd298 #afd298 #d2bb98

Monochromatic Colors of #ccd298

#ccd298

Complementary Color

#ccd298 #9e98d2

#ccd298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd298 Color CSS Codes

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

#ccd298 Text Font Color

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

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


#ccd298 Background Color

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

This div background color is #ccd298


#ccd298 Border Color

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

This div border color is #ccd298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd298


Comments

No comments written yet.

Please login to write comment.