Color Hex Logo

#fbca8d Color Hex

#FBCA8D
(251,202,141)
0 Favorites   0 Comments

Color spaces of #fbca8d

RGB 251202141
HSL0.090.930.77
HSV33°44°98°
CMYK 0.000.200.44   0.02
XYZ65.711964.673434.2191
Yxy64.67340.39920.3929
Hunter Lab80.41985.119831.0656
CIE-Lab84.31529.725436.9799

#fbca8d color RGB value is (251,202,141).

#fbca8d hex color red value is 251, green value is 202 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fbca8d hue: 0.09 , saturation: 0.93 and the lightness value of fbca8d is 0.77.

The process color (four color CMYK) of #fbca8d color hex is 0.00, 0.20, 0.44, 0.02. Web safe color of #fbca8d is #ffcc99. Color #fbca8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 10001101
Octal 373 312 215
Decimal 251 202 141
Hex FB CA 8D

RGB Percentages of Color #fbca8d

%42.26
%34.01
%23.74

CMYK Percentages of Color #fbca8d

%0
%20
%44
%2

Triadic Colors of #fbca8d

#fbca8d #8dfbca #ca8dfb

Analogous Colors of #fbca8d

#fbca8d #f5fb8d #fb938d

Monochromatic Colors of #fbca8d

#fbca8d

Complementary Color

#fbca8d #8dbefb

#fbca8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca8d Color CSS Codes

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

#fbca8d Text Font Color

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

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


#fbca8d Background Color

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

This div background color is #fbca8d


#fbca8d Border Color

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

This div border color is #fbca8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca8d


Comments

No comments written yet.

Please login to write comment.