Color Hex Logo

#ccd764 Color Hex

#CCD764
(204,215,100)
0 Favorites   0 Comments

Color spaces of #ccd764

RGB 204215100
HSL0.180.590.62
HSV66°53°84°
CMYK 0.050.000.53   0.16
XYZ51.502562.358321.3785
Yxy62.35830.38080.4611
Hunter Lab78.9673-21.774939.2257
CIE-Lab83.1036-19.540254.6247

#ccd764 color RGB value is (204,215,100).

#ccd764 hex color red value is 204, green value is 215 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ccd764 hue: 0.18 , saturation: 0.59 and the lightness value of ccd764 is 0.62.

The process color (four color CMYK) of #ccd764 color hex is 0.05, 0.00, 0.53, 0.16. Web safe color of #ccd764 is #cccc66. Color #ccd764 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 01100100
Octal 314 327 144
Decimal 204 215 100
Hex CC D7 64

RGB Percentages of Color #ccd764

%39.31
%41.43
%19.27

CMYK Percentages of Color #ccd764

%5
%0
%53
%16

Triadic Colors of #ccd764

#ccd764 #64ccd7 #d764cc

Analogous Colors of #ccd764

#ccd764 #93d764 #d7a964

Monochromatic Colors of #ccd764

#ccd764

Complementary Color

#ccd764 #6f64d7

#ccd764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd764 Color CSS Codes

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

#ccd764 Text Font Color

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

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


#ccd764 Background Color

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

This div background color is #ccd764


#ccd764 Border Color

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

This div border color is #ccd764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd764


Comments

No comments written yet.

Please login to write comment.