Color Hex Logo

#fdbc08 Color Hex

#FDBC08
(253,188,8)
0 Favorites   0 Comments

Color spaces of #fdbc08

RGB 2531888
HSL0.120.980.51
HSV44°97°99°
CMYK 0.000.260.97   0.01
XYZ58.535156.86668.1210
Yxy56.86660.47390.4604
Hunter Lab75.40996.588846.4019
CIE-Lab80.104511.155081.5101

#fdbc08 color RGB value is (253,188,8).

#fdbc08 hex color red value is 253, green value is 188 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #fdbc08 hue: 0.12 , saturation: 0.98 and the lightness value of fdbc08 is 0.51.

The process color (four color CMYK) of #fdbc08 color hex is 0.00, 0.26, 0.97, 0.01. Web safe color of #fdbc08 is #ffcc00. Color #fdbc08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 00001000
Octal 375 274 10
Decimal 253 188 8
Hex FD BC 8

RGB Percentages of Color #fdbc08

%56.35
%41.87
%1.78

CMYK Percentages of Color #fdbc08

%0
%26
%97
%1

Triadic Colors of #fdbc08

#fdbc08 #08fdbc #bc08fd

Analogous Colors of #fdbc08

#fdbc08 #c4fd08 #fd4208

Monochromatic Colors of #fdbc08

#fdbc08

Complementary Color

#fdbc08 #0849fd

#fdbc08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbc08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbc08 Color CSS Codes

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

#fdbc08 Text Font Color

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

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


#fdbc08 Background Color

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

This div background color is #fdbc08


#fdbc08 Border Color

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

This div border color is #fdbc08


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,188,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdbc08; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdbc08;
  -webkit-box-shadow: 1px 1px 3px 2px #fdbc08;
  box-shadow:         1px 1px 3px 2px #fdbc08; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbc08


Comments

No comments written yet.

Please login to write comment.