Color Hex Logo

#fbcb6d Color Hex

#FBCB6D
(251,203,109)
0 Favorites   0 Comments

Color spaces of #fbcb6d

RGB 251203109
HSL0.110.950.71
HSV40°57°98°
CMYK 0.000.190.57   0.02
XYZ63.899964.325223.5161
Yxy64.32520.42110.4239
Hunter Lab80.20301.860638.7578
CIE-Lab84.13486.401152.6507

#fbcb6d color RGB value is (251,203,109).

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

The process color (four color CMYK) of #fbcb6d color hex is 0.00, 0.19, 0.57, 0.02. Web safe color of #fbcb6d is #ffcc66. Color #fbcb6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 01101101
Octal 373 313 155
Decimal 251 203 109
Hex FB CB 6D

RGB Percentages of Color #fbcb6d

%44.58
%36.06
%19.36

CMYK Percentages of Color #fbcb6d

%0
%19
%57
%2

Triadic Colors of #fbcb6d

#fbcb6d #6dfbcb #cb6dfb

Analogous Colors of #fbcb6d

#fbcb6d #e4fb6d #fb846d

Monochromatic Colors of #fbcb6d

#fbcb6d

Complementary Color

#fbcb6d #6d9dfb

#fbcb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcb6d Color CSS Codes

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

#fbcb6d Text Font Color

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

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


#fbcb6d Background Color

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

This div background color is #fbcb6d


#fbcb6d Border Color

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

This div border color is #fbcb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcb6d

Related Colors


Comments

No comments written yet.

Please login to write comment.