Color Hex Logo

#fbd495 Color Hex

#FBD495
(251,212,149)
0 Favorites   0 Comments

Color spaces of #fbd495

RGB 251212149
HSL0.100.930.78
HSV37°41°98°
CMYK 0.000.160.41   0.02
XYZ68.752069.766138.2764
Yxy69.76610.38890.3946
Hunter Lab83.52610.756231.2982
CIE-Lab86.88205.376936.2308

#fbd495 color RGB value is (251,212,149).

#fbd495 hex color red value is 251, green value is 212 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fbd495 hue: 0.10 , saturation: 0.93 and the lightness value of fbd495 is 0.78.

The process color (four color CMYK) of #fbd495 color hex is 0.00, 0.16, 0.41, 0.02. Web safe color of #fbd495 is #ffcc99. Color #fbd495 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 10010101
Octal 373 324 225
Decimal 251 212 149
Hex FB D4 95

RGB Percentages of Color #fbd495

%41.01
%34.64
%24.35

CMYK Percentages of Color #fbd495

%0
%16
%41
%2

Triadic Colors of #fbd495

#fbd495 #95fbd4 #d495fb

Analogous Colors of #fbd495

#fbd495 #effb95 #fba195

Monochromatic Colors of #fbd495

#fbd495

Complementary Color

#fbd495 #95bcfb

#fbd495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd495 Color CSS Codes

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

#fbd495 Text Font Color

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

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


#fbd495 Background Color

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

This div background color is #fbd495


#fbd495 Border Color

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

This div border color is #fbd495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd495


Comments

No comments written yet.

Please login to write comment.