Color Hex Logo

#fcd334 Color Hex

#FCD334
(252,211,52)
0 Favorites   0 Comments

Color spaces of #fcd334

RGB 25221152
HSL0.130.970.60
HSV48°79°99°
CMYK 0.000.160.79   0.01
XYZ64.059067.531912.9075
Yxy67.53190.44330.4674
Hunter Lab82.1778-4.667348.2119
CIE-Lab85.7718-0.291977.2206

#fcd334 color RGB value is (252,211,52).

#fcd334 hex color red value is 252, green value is 211 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #fcd334 hue: 0.13 , saturation: 0.97 and the lightness value of fcd334 is 0.60.

The process color (four color CMYK) of #fcd334 color hex is 0.00, 0.16, 0.79, 0.01. Web safe color of #fcd334 is #ffcc33. Color #fcd334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010011 00110100
Octal 374 323 64
Decimal 252 211 52
Hex FC D3 34

RGB Percentages of Color #fcd334

%48.93
%40.97
%10.10

CMYK Percentages of Color #fcd334

%0
%16
%79
%1

Triadic Colors of #fcd334

#fcd334 #34fcd3 #d334fc

Analogous Colors of #fcd334

#fcd334 #c1fc34 #fc6f34

Monochromatic Colors of #fcd334

#fcd334

Complementary Color

#fcd334 #345dfc

#fcd334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd334 Color CSS Codes

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

#fcd334 Text Font Color

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

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


#fcd334 Background Color

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

This div background color is #fcd334


#fcd334 Border Color

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

This div border color is #fcd334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd334


Comments

No comments written yet.

Please login to write comment.