color codes Logo

#cfdb0a color codes

#CFDB0A
(207,219,10)
0 Favorites   0 Comments

Color spaces of #cfdb0a

RGB 20721910
HSL0.180.910.45
HSV63°95°86°
CMYK 0.050.000.95   0.14
XYZ51.118463.95039.9366
Yxy63.95030.40890.5116
Hunter Lab79.9689-25.843448.6111
CIE-Lab83.9399-24.160882.2659

#cfdb0a color RGB value is (207,219,10).

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

The process color (four color CMYK) of #cfdb0a color code is 0.05, 0.00, 0.95, 0.14. Web safe color of #cfdb0a is #cccc00. Color #cfdb0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011011 00001010
Octal 317 333 12
Decimal 207 219 10
Hex CF DB A

RGB Percentages of Color #cfdb0a

%47.48
%50.23
%2.29

CMYK Percentages of Color #cfdb0a

%5
%0
%95
%14

Triadic Colors of #cfdb0a

#cfdb0a #0acfdb #db0acf

Analogous Colors of #cfdb0a

#cfdb0a #67db0a #db7f0a

Monochromatic Colors of #cfdb0a

#cfdb0a

Complementary Color

#cfdb0a #160adb

#cfdb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdb0a Color CSS Codes

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

#cfdb0a Text Font Color

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

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


#cfdb0a Background Color

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

This div background color is #cfdb0a


#cfdb0a Border Color

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

This div border color is #cfdb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdb0a


Comments

No comments written yet.

Please login to write comment.