Color Hex Logo

#ccd796 Color Hex

#CCD796
(204,215,150)
0 Favorites   0 Comments

Color spaces of #ccd796

RGB 204215150
HSL0.190.450.72
HSV70°30°84°
CMYK 0.050.000.30   0.16
XYZ54.707363.640338.2546
Yxy63.64030.34930.4064
Hunter Lab79.7749-17.195927.4110
CIE-Lab83.7781-14.162230.9061

#ccd796 color RGB value is (204,215,150).

#ccd796 hex color red value is 204, green value is 215 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ccd796 hue: 0.19 , saturation: 0.45 and the lightness value of ccd796 is 0.72.

The process color (four color CMYK) of #ccd796 color hex is 0.05, 0.00, 0.30, 0.16. Web safe color of #ccd796 is #cccc99. Color #ccd796 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 10010110
Octal 314 327 226
Decimal 204 215 150
Hex CC D7 96

RGB Percentages of Color #ccd796

%35.85
%37.79
%26.36

CMYK Percentages of Color #ccd796

%5
%0
%30
%16

Triadic Colors of #ccd796

#ccd796 #96ccd7 #d796cc

Analogous Colors of #ccd796

#ccd796 #acd796 #d7c296

Monochromatic Colors of #ccd796

#ccd796

Complementary Color

#ccd796 #a196d7

#ccd796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd796 Color CSS Codes

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

#ccd796 Text Font Color

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

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


#ccd796 Background Color

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

This div background color is #ccd796


#ccd796 Border Color

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

This div border color is #ccd796


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,215,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd796


Comments

No comments written yet.

Please login to write comment.