Color Hex Logo

#fdba23 Color Hex

#FDBA23
(253,186,35)
0 Favorites   0 Comments

Color spaces of #fdba23

RGB 25318635
HSL0.120.980.56
HSV42°86°99°
CMYK 0.000.260.86   0.01
XYZ58.370356.12189.3463
Yxy56.12180.47130.4532
Hunter Lab74.91457.979545.0431
CIE-Lab79.683112.571876.7462

#fdba23 color RGB value is (253,186,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 00100011
Octal 375 272 43
Decimal 253 186 35
Hex FD BA 23

RGB Percentages of Color #fdba23

%53.38
%39.24
%7.38

CMYK Percentages of Color #fdba23

%0
%26
%86
%1

Triadic Colors of #fdba23

#fdba23 #23fdba #ba23fd

Analogous Colors of #fdba23

#fdba23 #d3fd23 #fd4d23

Monochromatic Colors of #fdba23

#fdba23

Complementary Color

#fdba23 #2366fd

#fdba23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdba23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdba23 Color CSS Codes

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

#fdba23 Text Font Color

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

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


#fdba23 Background Color

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

This div background color is #fdba23


#fdba23 Border Color

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

This div border color is #fdba23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdba23


Comments

No comments written yet.

Please login to write comment.