color codes Logo

#fbd906 color codes

#FBD906
(251,217,6)
0 Favorites   0 Comments

Color spaces of #fbd906

RGB 2512176
HSL0.140.970.50
HSV52°98°98°
CMYK 0.000.140.98   0.02
XYZ64.629470.148110.3059
Yxy70.14810.44550.4835
Hunter Lab83.7545-8.830251.3326
CIE-Lab87.0695-4.587786.5597

#fbd906 color RGB value is (251,217,6).

#fbd906 hex color red value is 251, green value is 217 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #fbd906 hue: 0.14 , saturation: 0.97 and the lightness value of fbd906 is 0.50.

The process color (four color CMYK) of #fbd906 color code is 0.00, 0.14, 0.98, 0.02. Web safe color of #fbd906 is #ffcc00. Color #fbd906 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 00000110
Octal 373 331 6
Decimal 251 217 6
Hex FB D9 6

RGB Percentages of Color #fbd906

%52.95
%45.78
%1.27

CMYK Percentages of Color #fbd906

%0
%14
%98
%2

Triadic Colors of #fbd906

#fbd906 #06fbd9 #d906fb

Analogous Colors of #fbd906

#fbd906 #a3fb06 #fb5f06

Monochromatic Colors of #fbd906

#fbd906

Complementary Color

#fbd906 #0628fb

#fbd906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd906 Color CSS Codes

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

#fbd906 Text Font Color

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

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


#fbd906 Background Color

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

This div background color is #fbd906


#fbd906 Border Color

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

This div border color is #fbd906


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,217,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbd906; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbd906;
  -webkit-box-shadow: 1px 1px 3px 2px #fbd906;
  box-shadow:         1px 1px 3px 2px #fbd906; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd906

Related Colors


Comments

No comments written yet.

Please login to write comment.