Color Hex Logo

#fdbc30 Color Hex

#FDBC30
(253,188,48)
0 Favorites   0 Comments

Color spaces of #fdbc30

RGB 25318848
HSL0.110.980.59
HSV41°81°99°
CMYK 0.000.260.81   0.01
XYZ59.024757.062510.6995
Yxy57.06250.46550.4501
Hunter Lab75.53977.280644.4799
CIE-Lab80.214711.862673.5954

#fdbc30 color RGB value is (253,188,48).

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

The process color (four color CMYK) of #fdbc30 color hex is 0.00, 0.26, 0.81, 0.01. Web safe color of #fdbc30 is #ffcc33. Color #fdbc30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 00110000
Octal 375 274 60
Decimal 253 188 48
Hex FD BC 30

RGB Percentages of Color #fdbc30

%51.74
%38.45
%9.82

CMYK Percentages of Color #fdbc30

%0
%26
%81
%1

Triadic Colors of #fdbc30

#fdbc30 #30fdbc #bc30fd

Analogous Colors of #fdbc30

#fdbc30 #d8fd30 #fd5630

Monochromatic Colors of #fdbc30

#fdbc30

Complementary Color

#fdbc30 #3071fd

#fdbc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbc30 Color CSS Codes

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

#fdbc30 Text Font Color

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

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


#fdbc30 Background Color

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

This div background color is #fdbc30


#fdbc30 Border Color

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

This div border color is #fdbc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbc30


Comments

No comments written yet.

Please login to write comment.