Color Hex Logo

#fcdb28 Color Hex

#FCDB28
(252,219,40)
0 Favorites   0 Comments

Color spaces of #fcdb28

RGB 25221940
HSL0.140.970.57
HSV51°84°99°
CMYK 0.000.130.84   0.01
XYZ65.859471.511712.3395
Yxy71.51170.43990.4777
Hunter Lab84.5646-8.971250.5437
CIE-Lab87.7330-4.676282.0648

#fcdb28 color RGB value is (252,219,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 00101000
Octal 374 333 50
Decimal 252 219 40
Hex FC DB 28

RGB Percentages of Color #fcdb28

%49.32
%42.86
%7.83

CMYK Percentages of Color #fcdb28

%0
%13
%84
%1

Triadic Colors of #fcdb28

#fcdb28 #28fcdb #db28fc

Analogous Colors of #fcdb28

#fcdb28 #b3fc28 #fc7128

Monochromatic Colors of #fcdb28

#fcdb28

Complementary Color

#fcdb28 #2849fc

#fcdb28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdb28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdb28 Color CSS Codes

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

#fcdb28 Text Font Color

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

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


#fcdb28 Background Color

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

This div background color is #fcdb28


#fcdb28 Border Color

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

This div border color is #fcdb28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdb28


Comments

No comments written yet.

Please login to write comment.