Color Hex Logo

#fbca5d Color Hex

#FBCA5D
(251,202,93)
0 Favorites   0 Comments

Color spaces of #fbca5d

RGB 25120293
HSL0.110.950.67
HSV41°63°98°
CMYK 0.000.200.63   0.02
XYZ62.880063.540619.3064
Yxy63.54060.43150.4360
Hunter Lab79.71241.310641.4386
CIE-Lab83.72605.820359.5817

#fbca5d color RGB value is (251,202,93).

#fbca5d hex color red value is 251, green value is 202 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fbca5d hue: 0.11 , saturation: 0.95 and the lightness value of fbca5d is 0.67.

The process color (four color CMYK) of #fbca5d color hex is 0.00, 0.20, 0.63, 0.02. Web safe color of #fbca5d is #ffcc66. Color #fbca5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 01011101
Octal 373 312 135
Decimal 251 202 93
Hex FB CA 5D

RGB Percentages of Color #fbca5d

%45.97
%37.00
%17.03

CMYK Percentages of Color #fbca5d

%0
%20
%63
%2

Triadic Colors of #fbca5d

#fbca5d #5dfbca #ca5dfb

Analogous Colors of #fbca5d

#fbca5d #ddfb5d #fb7b5d

Monochromatic Colors of #fbca5d

#fbca5d

Complementary Color

#fbca5d #5d8efb

#fbca5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca5d Color CSS Codes

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

#fbca5d Text Font Color

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

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


#fbca5d Background Color

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

This div background color is #fbca5d


#fbca5d Border Color

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

This div border color is #fbca5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,202,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbca5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbca5d;
  -webkit-box-shadow: 1px 1px 3px 2px #fbca5d;
  box-shadow:         1px 1px 3px 2px #fbca5d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,202,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca5d

Related Colors


Comments

No comments written yet.

Please login to write comment.