Color Hex Logo

#fcdb4b Color Hex

#FCDB4B
(252,219,75)
0 Favorites   0 Comments

Color spaces of #fcdb4b

RGB 25221975
HSL0.140.970.64
HSV49°70°99°
CMYK 0.000.130.70   0.01
XYZ66.746471.866517.0103
Yxy71.86650.42890.4618
Hunter Lab84.7741-7.813847.4451
CIE-Lab87.9043-3.437071.4292

#fcdb4b color RGB value is (252,219,75).

#fcdb4b hex color red value is 252, green value is 219 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #fcdb4b hue: 0.14 , saturation: 0.97 and the lightness value of fcdb4b is 0.64.

The process color (four color CMYK) of #fcdb4b color hex is 0.00, 0.13, 0.70, 0.01. Web safe color of #fcdb4b is #ffcc33. Color #fcdb4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 01001011
Octal 374 333 113
Decimal 252 219 75
Hex FC DB 4B

RGB Percentages of Color #fcdb4b

%46.15
%40.11
%13.74

CMYK Percentages of Color #fcdb4b

%0
%13
%70
%1

Triadic Colors of #fcdb4b

#fcdb4b #4bfcdb #db4bfc

Analogous Colors of #fcdb4b

#fcdb4b #c5fc4b #fc834b

Monochromatic Colors of #fcdb4b

#fcdb4b

Complementary Color

#fcdb4b #4b6cfc

#fcdb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdb4b Color CSS Codes

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

#fcdb4b Text Font Color

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

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


#fcdb4b Background Color

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

This div background color is #fcdb4b


#fcdb4b Border Color

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

This div border color is #fcdb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdb4b

Related Colors


Comments

No comments written yet.

Please login to write comment.