Color Hex Logo

#cfdb04 Color Hex

#CFDB04
(207,219,4)
0 Favorites   0 Comments

Color spaces of #cfdb04

RGB 2072194
HSL0.180.960.44
HSV63°98°86°
CMYK 0.050.000.98   0.14
XYZ51.085663.93729.7635
Yxy63.93720.40940.5124
Hunter Lab79.9607-25.890648.7330
CIE-Lab83.9331-24.218482.7801

#cfdb04 color RGB value is (207,219,4).

#cfdb04 hex color red value is 207, green value is 219 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #cfdb04 hue: 0.18 , saturation: 0.96 and the lightness value of cfdb04 is 0.44.

The process color (four color CMYK) of #cfdb04 color hex is 0.05, 0.00, 0.98, 0.14. Web safe color of #cfdb04 is #cccc00. Color #cfdb04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011011 00000100
Octal 317 333 4
Decimal 207 219 4
Hex CF DB 4

RGB Percentages of Color #cfdb04

%48.14
%50.93
%0.93

CMYK Percentages of Color #cfdb04

%5
%0
%98
%14

Triadic Colors of #cfdb04

#cfdb04 #04cfdb #db04cf

Analogous Colors of #cfdb04

#cfdb04 #64db04 #db7c04

Monochromatic Colors of #cfdb04

#cfdb04

Complementary Color

#cfdb04 #1004db

#cfdb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdb04 Color CSS Codes

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

#cfdb04 Text Font Color

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

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


#cfdb04 Background Color

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

This div background color is #cfdb04


#cfdb04 Border Color

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

This div border color is #cfdb04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdb04


Comments

No comments written yet.

Please login to write comment.