Color Hex Logo

#fbcd72 Color Hex

#FBCD72
(251,205,114)
0 Favorites   0 Comments

Color spaces of #fbcd72

RGB 251205114
HSL0.110.940.72
HSV40°55°98°
CMYK 0.000.180.55   0.02
XYZ64.652265.386825.1330
Yxy65.38680.41660.4214
Hunter Lab80.86211.208638.1754
CIE-Lab84.68275.751950.9058

#fbcd72 color RGB value is (251,205,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 01110010
Octal 373 315 162
Decimal 251 205 114
Hex FB CD 72

RGB Percentages of Color #fbcd72

%44.04
%35.96
%20.00

CMYK Percentages of Color #fbcd72

%0
%18
%55
%2

Triadic Colors of #fbcd72

#fbcd72 #72fbcd #cd72fb

Analogous Colors of #fbcd72

#fbcd72 #e5fb72 #fb8972

Monochromatic Colors of #fbcd72

#fbcd72

Complementary Color

#fbcd72 #72a0fb

#fbcd72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcd72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcd72 Color CSS Codes

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

#fbcd72 Text Font Color

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

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


#fbcd72 Background Color

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

This div background color is #fbcd72


#fbcd72 Border Color

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

This div border color is #fbcd72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcd72

Related Colors


Comments

No comments written yet.

Please login to write comment.