Color Hex Logo

#ccd210 Color Hex

#CCD210
(204,210,16)
0 Favorites   0 Comments

Color spaces of #ccd210

RGB 20421016
HSL0.170.860.44
HSV62°92°82°
CMYK 0.030.000.92   0.18
XYZ48.042058.96809.3401
Yxy58.96800.41290.5068
Hunter Lab76.7906-22.709846.5420
CIE-Lab81.2740-20.996279.5087

#ccd210 color RGB value is (204,210,16).

#ccd210 hex color red value is 204, green value is 210 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ccd210 hue: 0.17 , saturation: 0.86 and the lightness value of ccd210 is 0.44.

The process color (four color CMYK) of #ccd210 color hex is 0.03, 0.00, 0.92, 0.18. Web safe color of #ccd210 is #cccc00. Color #ccd210 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 00010000
Octal 314 322 20
Decimal 204 210 16
Hex CC D2 10

RGB Percentages of Color #ccd210

%47.44
%48.84
%3.72

CMYK Percentages of Color #ccd210

%3
%0
%92
%18

Triadic Colors of #ccd210

#ccd210 #10ccd2 #d210cc

Analogous Colors of #ccd210

#ccd210 #6bd210 #d27710

Monochromatic Colors of #ccd210

#ccd210

Complementary Color

#ccd210 #1610d2

#ccd210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd210 Color CSS Codes

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

#ccd210 Text Font Color

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

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


#ccd210 Background Color

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

This div background color is #ccd210


#ccd210 Border Color

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

This div border color is #ccd210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd210


Comments

No comments written yet.

Please login to write comment.