Color Hex Logo

#ccd466 Color Hex

#CCD466
(204,212,102)
0 Favorites   0 Comments

Color spaces of #ccd466

RGB 204212102
HSL0.180.560.62
HSV64°52°83°
CMYK 0.040.000.52   0.17
XYZ50.843660.883621.6423
Yxy60.88360.38120.4565
Hunter Lab78.0279-20.236938.1745
CIE-Lab82.3161-17.891852.7908

#ccd466 color RGB value is (204,212,102).

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

The process color (four color CMYK) of #ccd466 color hex is 0.04, 0.00, 0.52, 0.17. Web safe color of #ccd466 is #cccc66. Color #ccd466 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 01100110
Octal 314 324 146
Decimal 204 212 102
Hex CC D4 66

RGB Percentages of Color #ccd466

%39.38
%40.93
%19.69

CMYK Percentages of Color #ccd466

%4
%0
%52
%17

Triadic Colors of #ccd466

#ccd466 #66ccd4 #d466cc

Analogous Colors of #ccd466

#ccd466 #95d466 #d4a566

Monochromatic Colors of #ccd466

#ccd466

Complementary Color

#ccd466 #6e66d4

#ccd466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd466 Color CSS Codes

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

#ccd466 Text Font Color

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

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


#ccd466 Background Color

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

This div background color is #ccd466


#ccd466 Border Color

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

This div border color is #ccd466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd466


Comments

No comments written yet.

Please login to write comment.