Color Hex Logo

#cfd20b Color Hex

#CFD20B
(207,210,11)
0 Favorites   0 Comments

Color spaces of #cfd20b

RGB 20721011
HSL0.170.900.43
HSV61°95°82°
CMYK 0.010.000.95   0.18
XYZ48.839159.38279.2045
Yxy59.38270.41590.5057
Hunter Lab77.0602-21.725846.8602
CIE-Lab81.5015-19.786180.3299

#cfd20b color RGB value is (207,210,11).

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

The process color (four color CMYK) of #cfd20b color hex is 0.01, 0.00, 0.95, 0.18. Web safe color of #cfd20b is #cccc00. Color #cfd20b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010010 00001011
Octal 317 322 13
Decimal 207 210 11
Hex CF D2 B

RGB Percentages of Color #cfd20b

%48.36
%49.07
%2.57

CMYK Percentages of Color #cfd20b

%1
%0
%95
%18

Triadic Colors of #cfd20b

#cfd20b #0bcfd2 #d20bcf

Analogous Colors of #cfd20b

#cfd20b #6cd20b #d2720b

Monochromatic Colors of #cfd20b

#cfd20b

Complementary Color

#cfd20b #0e0bd2

#cfd20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd20b Color CSS Codes

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

#cfd20b Text Font Color

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

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


#cfd20b Background Color

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

This div background color is #cfd20b


#cfd20b Border Color

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

This div border color is #cfd20b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,210,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd20b


Comments

No comments written yet.

Please login to write comment.