Color Hex Logo

#ccd006 Color Hex

#CCD006
(204,208,6)
0 Favorites   0 Comments

Color spaces of #ccd006

RGB 2042086
HSL0.170.940.42
HSV61°97°82°
CMYK 0.020.000.97   0.18
XYZ47.490657.96238.8571
Yxy57.96230.41550.5071
Hunter Lab76.1330-21.887146.3954
CIE-Lab80.7178-20.128580.0972

#ccd006 color RGB value is (204,208,6).

#ccd006 hex color red value is 204, green value is 208 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ccd006 hue: 0.17 , saturation: 0.94 and the lightness value of ccd006 is 0.42.

The process color (four color CMYK) of #ccd006 color hex is 0.02, 0.00, 0.97, 0.18. Web safe color of #ccd006 is #cccc00. Color #ccd006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 00000110
Octal 314 320 6
Decimal 204 208 6
Hex CC D0 6

RGB Percentages of Color #ccd006

%48.80
%49.76
%1.44

CMYK Percentages of Color #ccd006

%2
%0
%97
%18

Triadic Colors of #ccd006

#ccd006 #06ccd0 #d006cc

Analogous Colors of #ccd006

#ccd006 #67d006 #d06f06

Monochromatic Colors of #ccd006

#ccd006

Complementary Color

#ccd006 #0a06d0

#ccd006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd006 Color CSS Codes

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

#ccd006 Text Font Color

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

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


#ccd006 Background Color

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

This div background color is #ccd006


#ccd006 Border Color

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

This div border color is #ccd006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd006


Comments

No comments written yet.

Please login to write comment.