Color Hex Logo

#ccd020 Color Hex

#CCD020
(204,208,32)
0 Favorites   0 Comments

Color spaces of #ccd020

RGB 20420832
HSL0.170.730.47
HSV61°85°82°
CMYK 0.020.000.85   0.18
XYZ47.718458.053410.0569
Yxy58.05340.41200.5012
Hunter Lab76.1928-21.545545.5091
CIE-Lab80.7685-19.713476.4360

#ccd020 color RGB value is (204,208,32).

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

The process color (four color CMYK) of #ccd020 color hex is 0.02, 0.00, 0.85, 0.18. Web safe color of #ccd020 is #cccc33. Color #ccd020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 00100000
Octal 314 320 40
Decimal 204 208 32
Hex CC D0 20

RGB Percentages of Color #ccd020

%45.95
%46.85
%7.21

CMYK Percentages of Color #ccd020

%2
%0
%85
%18

Triadic Colors of #ccd020

#ccd020 #20ccd0 #d020cc

Analogous Colors of #ccd020

#ccd020 #74d020 #d07c20

Monochromatic Colors of #ccd020

#ccd020

Complementary Color

#ccd020 #2420d0

#ccd020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd020 Color CSS Codes

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

#ccd020 Text Font Color

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

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


#ccd020 Background Color

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

This div background color is #ccd020


#ccd020 Border Color

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

This div border color is #ccd020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd020


Comments

No comments written yet.

Please login to write comment.