Color Hex Logo

#ccd785 Color Hex

#CCD785
(204,215,133)
0 Favorites   0 Comments

Color spaces of #ccd785

RGB 204215133
HSL0.190.510.68
HSV68°38°84°
CMYK 0.050.000.38   0.16
XYZ53.435963.131731.5596
Yxy63.13170.36070.4262
Hunter Lab79.4555-19.001132.0689
CIE-Lab83.5116-16.260739.2127

#ccd785 color RGB value is (204,215,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 10000101
Octal 314 327 205
Decimal 204 215 133
Hex CC D7 85

RGB Percentages of Color #ccd785

%36.96
%38.95
%24.09

CMYK Percentages of Color #ccd785

%5
%0
%38
%16

Triadic Colors of #ccd785

#ccd785 #85ccd7 #d785cc

Analogous Colors of #ccd785

#ccd785 #a3d785 #d7b985

Monochromatic Colors of #ccd785

#ccd785

Complementary Color

#ccd785 #9085d7

#ccd785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd785 Color CSS Codes

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

#ccd785 Text Font Color

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

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


#ccd785 Background Color

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

This div background color is #ccd785


#ccd785 Border Color

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

This div border color is #ccd785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd785


Comments

No comments written yet.

Please login to write comment.