Color Hex Logo

#cfd020 Color Hex

#CFD020
(207,208,32)
0 Favorites   0 Comments

Color spaces of #cfd020

RGB 20720832
HSL0.170.730.47
HSV60°85°82°
CMYK 0.000.000.85   0.18
XYZ48.548758.481410.0958
Yxy58.48140.41450.4993
Hunter Lab76.4731-20.507945.7039
CIE-Lab81.0057-18.444376.7286

#cfd020 color RGB value is (207,208,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010000 00100000
Octal 317 320 40
Decimal 207 208 32
Hex CF D0 20

RGB Percentages of Color #cfd020

%46.31
%46.53
%7.16

CMYK Percentages of Color #cfd020

%0
%0
%85
%18

Triadic Colors of #cfd020

#cfd020 #20cfd0 #d020cf

Analogous Colors of #cfd020

#cfd020 #77d020 #d07920

Monochromatic Colors of #cfd020

#cfd020

Complementary Color

#cfd020 #2120d0

#cfd020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd020 Color CSS Codes

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

#cfd020 Text Font Color

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

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


#cfd020 Background Color

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

This div background color is #cfd020


#cfd020 Border Color

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

This div border color is #cfd020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd020


Comments

No comments written yet.

Please login to write comment.