Color Hex Logo

#fdb23b Color Hex

#FDB23B
(253,178,59)
0 Favorites   0 Comments

Color spaces of #fdb23b

RGB 25317859
HSL0.100.980.61
HSV37°77°99°
CMYK 0.000.300.77   0.01
XYZ57.217853.039211.3596
Yxy53.03920.47050.4361
Hunter Lab72.828012.790641.7317
CIE-Lab77.898117.449867.7410

#fdb23b color RGB value is (253,178,59).

#fdb23b hex color red value is 253, green value is 178 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fdb23b hue: 0.10 , saturation: 0.98 and the lightness value of fdb23b is 0.61.

The process color (four color CMYK) of #fdb23b color hex is 0.00, 0.30, 0.77, 0.01. Web safe color of #fdb23b is #ff9933. Color #fdb23b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110010 00111011
Octal 375 262 73
Decimal 253 178 59
Hex FD B2 3B

RGB Percentages of Color #fdb23b

%51.63
%36.33
%12.04

CMYK Percentages of Color #fdb23b

%0
%30
%77
%1

Triadic Colors of #fdb23b

#fdb23b #3bfdb2 #b23bfd

Analogous Colors of #fdb23b

#fdb23b #e7fd3b #fd513b

Monochromatic Colors of #fdb23b

#fdb23b

Complementary Color

#fdb23b #3b86fd

#fdb23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb23b Color CSS Codes

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

#fdb23b Text Font Color

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

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


#fdb23b Background Color

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

This div background color is #fdb23b


#fdb23b Border Color

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

This div border color is #fdb23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb23b


Comments

No comments written yet.

Please login to write comment.