Color Hex Logo

#fbcd7a Color Hex

#FBCD7A
(251,205,122)
0 Favorites   0 Comments

Color spaces of #fbcd7a

RGB 251205122
HSL0.110.940.73
HSV39°51°98°
CMYK 0.000.180.51   0.02
XYZ65.127865.577027.6374
Yxy65.57700.41130.4141
Hunter Lab80.97961.844136.4508
CIE-Lab84.78026.407147.1273

#fbcd7a color RGB value is (251,205,122).

#fbcd7a hex color red value is 251, green value is 205 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fbcd7a hue: 0.11 , saturation: 0.94 and the lightness value of fbcd7a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 01111010
Octal 373 315 172
Decimal 251 205 122
Hex FB CD 7A

RGB Percentages of Color #fbcd7a

%43.43
%35.47
%21.11

CMYK Percentages of Color #fbcd7a

%0
%18
%51
%2

Triadic Colors of #fbcd7a

#fbcd7a #7afbcd #cd7afb

Analogous Colors of #fbcd7a

#fbcd7a #e9fb7a #fb8d7a

Monochromatic Colors of #fbcd7a

#fbcd7a

Complementary Color

#fbcd7a #7aa8fb

#fbcd7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcd7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcd7a Color CSS Codes

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

#fbcd7a Text Font Color

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

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


#fbcd7a Background Color

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

This div background color is #fbcd7a


#fbcd7a Border Color

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

This div border color is #fbcd7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcd7a


Comments

No comments written yet.

Please login to write comment.