Color Hex Logo

#cfd01d Color Hex

#CFD01D
(207,208,29)
0 Favorites   0 Comments

Color spaces of #cfd01d

RGB 20720829
HSL0.170.760.46
HSV60°86°82°
CMYK 0.000.000.86   0.18
XYZ48.509858.46599.8907
Yxy58.46590.41510.5003
Hunter Lab76.4630-20.565945.8548
CIE-Lab80.9971-18.514277.3311

#cfd01d color RGB value is (207,208,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010000 00011101
Octal 317 320 35
Decimal 207 208 29
Hex CF D0 1D

RGB Percentages of Color #cfd01d

%46.62
%46.85
%6.53

CMYK Percentages of Color #cfd01d

%0
%0
%86
%18

Triadic Colors of #cfd01d

#cfd01d #1dcfd0 #d01dcf

Analogous Colors of #cfd01d

#cfd01d #76d01d #d0781d

Monochromatic Colors of #cfd01d

#cfd01d

Complementary Color

#cfd01d #1e1dd0

#cfd01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd01d Color CSS Codes

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

#cfd01d Text Font Color

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

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


#cfd01d Background Color

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

This div background color is #cfd01d


#cfd01d Border Color

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

This div border color is #cfd01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd01d


Comments

No comments written yet.

Please login to write comment.