Color Hex Logo

#ccd264 Color Hex

#CCD264
(204,210,100)
0 Favorites   0 Comments

Color spaces of #ccd264

RGB 204210100
HSL0.180.550.61
HSV63°52°82°
CMYK 0.030.000.52   0.18
XYZ50.248759.850720.9605
Yxy59.85070.38340.4567
Hunter Lab77.3632-19.447038.0905
CIE-Lab81.7570-17.070853.0655

#ccd264 color RGB value is (204,210,100).

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

The process color (four color CMYK) of #ccd264 color hex is 0.03, 0.00, 0.52, 0.18. Web safe color of #ccd264 is #cccc66. Color #ccd264 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 01100100
Octal 314 322 144
Decimal 204 210 100
Hex CC D2 64

RGB Percentages of Color #ccd264

%39.69
%40.86
%19.46

CMYK Percentages of Color #ccd264

%3
%0
%52
%18

Triadic Colors of #ccd264

#ccd264 #64ccd2 #d264cc

Analogous Colors of #ccd264

#ccd264 #95d264 #d2a164

Monochromatic Colors of #ccd264

#ccd264

Complementary Color

#ccd264 #6a64d2

#ccd264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd264 Color CSS Codes

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

#ccd264 Text Font Color

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

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


#ccd264 Background Color

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

This div background color is #ccd264


#ccd264 Border Color

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

This div border color is #ccd264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd264


Comments

No comments written yet.

Please login to write comment.