Color Hex Logo

#fdcb5b Color Hex

#FDCB5B
(253,203,91)
0 Favorites   0 Comments

Color spaces of #fdcb5b

RGB 25320391
HSL0.120.980.67
HSV41°64°99°
CMYK 0.000.200.64   0.01
XYZ63.752364.349818.9582
Yxy64.34980.43350.4376
Hunter Lab80.21831.478142.1407
CIE-Lab84.14766.008660.9881

#fdcb5b color RGB value is (253,203,91).

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

The process color (four color CMYK) of #fdcb5b color hex is 0.00, 0.20, 0.64, 0.01. Web safe color of #fdcb5b is #ffcc66. Color #fdcb5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 01011011
Octal 375 313 133
Decimal 253 203 91
Hex FD CB 5B

RGB Percentages of Color #fdcb5b

%46.25
%37.11
%16.64

CMYK Percentages of Color #fdcb5b

%0
%20
%64
%1

Triadic Colors of #fdcb5b

#fdcb5b #5bfdcb #cb5bfd

Analogous Colors of #fdcb5b

#fdcb5b #defd5b #fd7a5b

Monochromatic Colors of #fdcb5b

#fdcb5b

Complementary Color

#fdcb5b #5b8dfd

#fdcb5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcb5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcb5b Color CSS Codes

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

#fdcb5b Text Font Color

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

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


#fdcb5b Background Color

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

This div background color is #fdcb5b


#fdcb5b Border Color

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

This div border color is #fdcb5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcb5b

Related Colors


Comments

No comments written yet.

Please login to write comment.