Color Hex Logo

#fcdd25 Color Hex

#FCDD25
(252,221,37)
0 Favorites   0 Comments

Color spaces of #fcdd25

RGB 25222137
HSL0.140.970.57
HSV51°85°99°
CMYK 0.000.120.85   0.01
XYZ66.335372.541912.2560
Yxy72.54190.43890.4800
Hunter Lab85.1715-10.026651.0884
CIE-Lab88.2288-5.749983.1383

#fcdd25 color RGB value is (252,221,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 00100101
Octal 374 335 45
Decimal 252 221 37
Hex FC DD 25

RGB Percentages of Color #fcdd25

%49.41
%43.33
%7.25

CMYK Percentages of Color #fcdd25

%0
%12
%85
%1

Triadic Colors of #fcdd25

#fcdd25 #25fcdd #dd25fc

Analogous Colors of #fcdd25

#fcdd25 #b0fc25 #fc7225

Monochromatic Colors of #fcdd25

#fcdd25

Complementary Color

#fcdd25 #2544fc

#fcdd25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd25 Color CSS Codes

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

#fcdd25 Text Font Color

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

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


#fcdd25 Background Color

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

This div background color is #fcdd25


#fcdd25 Border Color

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

This div border color is #fcdd25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd25


Comments

No comments written yet.

Please login to write comment.