Color Hex Logo

#fbcd5d Color Hex

#FBCD5D
(251,205,93)
0 Favorites   0 Comments

Color spaces of #fbcd5d

RGB 25120593
HSL0.120.950.67
HSV43°63°98°
CMYK 0.000.180.63   0.02
XYZ63.590864.962219.5433
Yxy64.96220.42940.4386
Hunter Lab80.5991-0.216242.0430
CIE-Lab84.46434.273660.3969

#fbcd5d color RGB value is (251,205,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 01011101
Octal 373 315 135
Decimal 251 205 93
Hex FB CD 5D

RGB Percentages of Color #fbcd5d

%45.72
%37.34
%16.94

CMYK Percentages of Color #fbcd5d

%0
%18
%63
%2

Triadic Colors of #fbcd5d

#fbcd5d #5dfbcd #cd5dfb

Analogous Colors of #fbcd5d

#fbcd5d #dafb5d #fb7e5d

Monochromatic Colors of #fbcd5d

#fbcd5d

Complementary Color

#fbcd5d #5d8bfb

#fbcd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcd5d Color CSS Codes

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

#fbcd5d Text Font Color

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

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


#fbcd5d Background Color

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

This div background color is #fbcd5d


#fbcd5d Border Color

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

This div border color is #fbcd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcd5d


Comments

No comments written yet.

Please login to write comment.