Color Hex Logo

#cfdc20 Color Hex

#CFDC20
(207,220,32)
0 Favorites   0 Comments

Color spaces of #cfdc20

RGB 20722032
HSL0.180.750.49
HSV64°85°86°
CMYK 0.060.000.85   0.14
XYZ51.586064.556111.1082
Yxy64.55610.40540.5073
Hunter Lab80.3468-26.002548.0457
CIE-Lab84.2545-24.280779.4000

#cfdc20 color RGB value is (207,220,32).

#cfdc20 hex color red value is 207, green value is 220 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #cfdc20 hue: 0.18 , saturation: 0.75 and the lightness value of cfdc20 is 0.49.

The process color (four color CMYK) of #cfdc20 color hex is 0.06, 0.00, 0.85, 0.14. Web safe color of #cfdc20 is #cccc33. Color #cfdc20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011100 00100000
Octal 317 334 40
Decimal 207 220 32
Hex CF DC 20

RGB Percentages of Color #cfdc20

%45.10
%47.93
%6.97

CMYK Percentages of Color #cfdc20

%6
%0
%85
%14

Triadic Colors of #cfdc20

#cfdc20 #20cfdc #dc20cf

Analogous Colors of #cfdc20

#cfdc20 #71dc20 #dc8b20

Monochromatic Colors of #cfdc20

#cfdc20

Complementary Color

#cfdc20 #2d20dc

#cfdc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdc20 Color CSS Codes

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

#cfdc20 Text Font Color

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

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


#cfdc20 Background Color

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

This div background color is #cfdc20


#cfdc20 Border Color

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

This div border color is #cfdc20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdc20


Comments

No comments written yet.

Please login to write comment.