Color Hex Logo

#ccd794 Color Hex

#CCD794
(204,215,148)
0 Favorites   0 Comments

Color spaces of #ccd794

RGB 204215148
HSL0.190.460.71
HSV70°31°84°
CMYK 0.050.000.31   0.16
XYZ54.547663.576437.4135
Yxy63.57640.35070.4088
Hunter Lab79.7348-17.421827.9941
CIE-Lab83.7447-14.423331.8905

#ccd794 color RGB value is (204,215,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 10010100
Octal 314 327 224
Decimal 204 215 148
Hex CC D7 94

RGB Percentages of Color #ccd794

%35.98
%37.92
%26.10

CMYK Percentages of Color #ccd794

%5
%0
%31
%16

Triadic Colors of #ccd794

#ccd794 #94ccd7 #d794cc

Analogous Colors of #ccd794

#ccd794 #abd794 #d7c194

Monochromatic Colors of #ccd794

#ccd794

Complementary Color

#ccd794 #9f94d7

#ccd794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd794 Color CSS Codes

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

#ccd794 Text Font Color

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

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


#ccd794 Background Color

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

This div background color is #ccd794


#ccd794 Border Color

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

This div border color is #ccd794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd794


Comments

No comments written yet.

Please login to write comment.