Color Hex Logo

#fcd630 Color Hex

#FCD630
(252,214,48)
0 Favorites   0 Comments

Color spaces of #fcd630

RGB 25221448
HSL0.140.970.59
HSV49°81°99°
CMYK 0.000.150.81   0.01
XYZ64.725069.002012.7036
Yxy69.00200.44200.4712
Hunter Lab83.0674-6.283349.0799
CIE-Lab86.5050-1.938279.0048

#fcd630 color RGB value is (252,214,48).

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

The process color (four color CMYK) of #fcd630 color hex is 0.00, 0.15, 0.81, 0.01. Web safe color of #fcd630 is #ffcc33. Color #fcd630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 00110000
Octal 374 326 60
Decimal 252 214 48
Hex FC D6 30

RGB Percentages of Color #fcd630

%49.03
%41.63
%9.34

CMYK Percentages of Color #fcd630

%0
%15
%81
%1

Triadic Colors of #fcd630

#fcd630 #30fcd6 #d630fc

Analogous Colors of #fcd630

#fcd630 #bcfc30 #fc7030

Monochromatic Colors of #fcd630

#fcd630

Complementary Color

#fcd630 #3056fc

#fcd630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd630 Color CSS Codes

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

#fcd630 Text Font Color

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

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


#fcd630 Background Color

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

This div background color is #fcd630


#fcd630 Border Color

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

This div border color is #fcd630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd630


Comments

No comments written yet.

Please login to write comment.