Color Hex Logo

#fdbf30 Color Hex

#FDBF30
(253,191,48)
0 Favorites   0 Comments

Color spaces of #fdbf30

RGB 25319148
HSL0.120.980.59
HSV42°81°99°
CMYK 0.000.250.81   0.01
XYZ59.672358.357710.9154
Yxy58.35770.46280.4526
Hunter Lab76.39225.745545.0028
CIE-Lab80.937310.302774.2245

#fdbf30 color RGB value is (253,191,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 00110000
Octal 375 277 60
Decimal 253 191 48
Hex FD BF 30

RGB Percentages of Color #fdbf30

%51.42
%38.82
%9.76

CMYK Percentages of Color #fdbf30

%0
%25
%81
%1

Triadic Colors of #fdbf30

#fdbf30 #30fdbf #bf30fd

Analogous Colors of #fdbf30

#fdbf30 #d5fd30 #fd5930

Monochromatic Colors of #fdbf30

#fdbf30

Complementary Color

#fdbf30 #306efd

#fdbf30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbf30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbf30 Color CSS Codes

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

#fdbf30 Text Font Color

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

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


#fdbf30 Background Color

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

This div background color is #fdbf30


#fdbf30 Border Color

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

This div border color is #fdbf30


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,191,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 #fdbf30">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbf30


Comments

No comments written yet.

Please login to write comment.