Color Hex Logo

#fcdd38 Color Hex

#FCDD38
(252,221,56)
0 Favorites   0 Comments

Color spaces of #fcdd38

RGB 25222156
HSL0.140.970.60
HSV51°78°99°
CMYK 0.000.120.78   0.01
XYZ66.715172.693914.2564
Yxy72.69390.43420.4731
Hunter Lab85.2607-9.533049.7687
CIE-Lab88.3015-5.218678.2724

#fcdd38 color RGB value is (252,221,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 00111000
Octal 374 335 70
Decimal 252 221 56
Hex FC DD 38

RGB Percentages of Color #fcdd38

%47.64
%41.78
%10.59

CMYK Percentages of Color #fcdd38

%0
%12
%78
%1

Triadic Colors of #fcdd38

#fcdd38 #38fcdd #dd38fc

Analogous Colors of #fcdd38

#fcdd38 #b9fc38 #fc7b38

Monochromatic Colors of #fcdd38

#fcdd38

Complementary Color

#fcdd38 #3857fc

#fcdd38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd38 Color CSS Codes

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

#fcdd38 Text Font Color

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

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


#fcdd38 Background Color

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

This div background color is #fcdd38


#fcdd38 Border Color

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

This div border color is #fcdd38


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,221,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 #fcdd38">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd38


Comments

No comments written yet.

Please login to write comment.