Color Hex Logo

#cfd029 Color Hex

#CFD029
(207,208,41)
0 Favorites   0 Comments

Color spaces of #cfd029

RGB 20720841
HSL0.170.670.49
HSV60°80°82°
CMYK 0.000.000.80   0.18
XYZ48.688258.537210.8305
Yxy58.53720.41240.4958
Hunter Lab76.5096-20.300345.1638
CIE-Lab81.0365-18.194874.6372

#cfd029 color RGB value is (207,208,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010000 00101001
Octal 317 320 51
Decimal 207 208 41
Hex CF D0 29

RGB Percentages of Color #cfd029

%45.39
%45.61
%8.99

CMYK Percentages of Color #cfd029

%0
%0
%80
%18

Triadic Colors of #cfd029

#cfd029 #29cfd0 #d029cf

Analogous Colors of #cfd029

#cfd029 #7cd029 #d07e29

Monochromatic Colors of #cfd029

#cfd029

Complementary Color

#cfd029 #2a29d0

#cfd029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd029 Color CSS Codes

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

#cfd029 Text Font Color

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

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


#cfd029 Background Color

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

This div background color is #cfd029


#cfd029 Border Color

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

This div border color is #cfd029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd029


Comments

No comments written yet.

Please login to write comment.