Color Hex Logo

#fcdb94 Color Hex

#FCDB94
(252,219,148)
0 Favorites   0 Comments

Color spaces of #fcdb94

RGB 252219148
HSL0.110.950.78
HSV41°41°99°
CMYK 0.000.130.41   0.01
XYZ70.821773.496638.4705
Yxy73.49660.38750.4021
Hunter Lab85.7302-2.568933.4054
CIE-Lab88.68402.069139.0995

#fcdb94 color RGB value is (252,219,148).

#fcdb94 hex color red value is 252, green value is 219 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #fcdb94 hue: 0.11 , saturation: 0.95 and the lightness value of fcdb94 is 0.78.

The process color (four color CMYK) of #fcdb94 color hex is 0.00, 0.13, 0.41, 0.01. Web safe color of #fcdb94 is #ffcc99. Color #fcdb94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 10010100
Octal 374 333 224
Decimal 252 219 148
Hex FC DB 94

RGB Percentages of Color #fcdb94

%40.71
%35.38
%23.91

CMYK Percentages of Color #fcdb94

%0
%13
%41
%1

Triadic Colors of #fcdb94

#fcdb94 #94fcdb #db94fc

Analogous Colors of #fcdb94

#fcdb94 #e9fc94 #fca794

Monochromatic Colors of #fcdb94

#fcdb94

Complementary Color

#fcdb94 #94b5fc

#fcdb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdb94 Color CSS Codes

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

#fcdb94 Text Font Color

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

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


#fcdb94 Background Color

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

This div background color is #fcdb94


#fcdb94 Border Color

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

This div border color is #fcdb94


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,219,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcdb94; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcdb94;
  -webkit-box-shadow: 1px 1px 3px 2px #fcdb94;
  box-shadow:         1px 1px 3px 2px #fcdb94; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,219,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdb94

Related Colors


Comments

No comments written yet.

Please login to write comment.