Color Hex Logo

#fcd338 Color Hex

#FCD338
(252,211,56)
0 Favorites   0 Comments

Color spaces of #fcd338

RGB 25221156
HSL0.130.970.60
HSV47°78°99°
CMYK 0.000.160.78   0.01
XYZ64.153067.569513.4024
Yxy67.56950.44210.4656
Hunter Lab82.2007-4.542047.8735
CIE-Lab85.7907-0.159076.0132

#fcd338 color RGB value is (252,211,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010011 00111000
Octal 374 323 70
Decimal 252 211 56
Hex FC D3 38

RGB Percentages of Color #fcd338

%48.55
%40.66
%10.79

CMYK Percentages of Color #fcd338

%0
%16
%78
%1

Triadic Colors of #fcd338

#fcd338 #38fcd3 #d338fc

Analogous Colors of #fcd338

#fcd338 #c3fc38 #fc7138

Monochromatic Colors of #fcd338

#fcd338

Complementary Color

#fcd338 #3861fc

#fcd338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd338 Color CSS Codes

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

#fcd338 Text Font Color

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

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


#fcd338 Background Color

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

This div background color is #fcd338


#fcd338 Border Color

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

This div border color is #fcd338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd338


Comments

No comments written yet.

Please login to write comment.