Color Hex Logo

#cfd220 Color Hex

#CFD220
(207,210,32)
0 Favorites   0 Comments

Color spaces of #cfd220

RGB 20721032
HSL0.170.740.47
HSV61°85°82°
CMYK 0.010.000.85   0.18
XYZ49.039459.462910.2593
Yxy59.46290.41290.5007
Hunter Lab77.1122-21.429546.0904
CIE-Lab81.5454-19.428577.1731

#cfd220 color RGB value is (207,210,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010010 00100000
Octal 317 322 40
Decimal 207 210 32
Hex CF D2 20

RGB Percentages of Color #cfd220

%46.10
%46.77
%7.13

CMYK Percentages of Color #cfd220

%1
%0
%85
%18

Triadic Colors of #cfd220

#cfd220 #20cfd2 #d220cf

Analogous Colors of #cfd220

#cfd220 #76d220 #d27c20

Monochromatic Colors of #cfd220

#cfd220

Complementary Color

#cfd220 #2320d2

#cfd220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd220 Color CSS Codes

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

#cfd220 Text Font Color

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

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


#cfd220 Background Color

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

This div background color is #cfd220


#cfd220 Border Color

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

This div border color is #cfd220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd220


Comments

No comments written yet.

Please login to write comment.