Color Hex Logo

#fcdb3e Color Hex

#FCDB3E
(252,219,62)
0 Favorites   0 Comments

Color spaces of #fcdb3e

RGB 25221962
HSL0.140.970.62
HSV50°75°99°
CMYK 0.000.130.75   0.01
XYZ66.345971.706314.9013
Yxy71.70630.43380.4688
Hunter Lab84.6796-8.335748.8423
CIE-Lab87.8270-3.994675.9455

#fcdb3e color RGB value is (252,219,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 00111110
Octal 374 333 76
Decimal 252 219 62
Hex FC DB 3E

RGB Percentages of Color #fcdb3e

%47.28
%41.09
%11.63

CMYK Percentages of Color #fcdb3e

%0
%13
%75
%1

Triadic Colors of #fcdb3e

#fcdb3e #3efcdb #db3efc

Analogous Colors of #fcdb3e

#fcdb3e #befc3e #fc7c3e

Monochromatic Colors of #fcdb3e

#fcdb3e

Complementary Color

#fcdb3e #3e5ffc

#fcdb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdb3e Color CSS Codes

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

#fcdb3e Text Font Color

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

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


#fcdb3e Background Color

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

This div background color is #fcdb3e


#fcdb3e Border Color

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

This div border color is #fcdb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdb3e


Comments

No comments written yet.

Please login to write comment.