Color Hex Logo

#fbcf5d Color Hex

#FBCF5D
(251,207,93)
0 Favorites   0 Comments

Color spaces of #fbcf5d

RGB 25120793
HSL0.120.950.67
HSV43°63°98°
CMYK 0.000.180.63   0.02
XYZ64.072365.925219.7038
Yxy65.92520.42800.4404
Hunter Lab81.1943-1.231742.4479
CIE-Lab84.95823.245360.9406

#fbcf5d color RGB value is (251,207,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 01011101
Octal 373 317 135
Decimal 251 207 93
Hex FB CF 5D

RGB Percentages of Color #fbcf5d

%45.55
%37.57
%16.88

CMYK Percentages of Color #fbcf5d

%0
%18
%63
%2

Triadic Colors of #fbcf5d

#fbcf5d #5dfbcf #cf5dfb

Analogous Colors of #fbcf5d

#fbcf5d #d8fb5d #fb805d

Monochromatic Colors of #fbcf5d

#fbcf5d

Complementary Color

#fbcf5d #5d89fb

#fbcf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcf5d Color CSS Codes

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

#fbcf5d Text Font Color

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

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


#fbcf5d Background Color

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

This div background color is #fbcf5d


#fbcf5d Border Color

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

This div border color is #fbcf5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcf5d


Comments

No comments written yet.

Please login to write comment.