color codes Logo

#fcdd62 color codes

#FCDD62
(252,221,98)
0 Favorites   0 Comments

Color spaces of #fcdd62

RGB 25222198
HSL0.130.960.69
HSV48°61°99°
CMYK 0.000.120.61   0.01
XYZ68.205973.290222.1069
Yxy73.29020.41690.4480
Hunter Lab85.6097-7.604744.6164
CIE-Lab88.5859-3.159162.7715

#fcdd62 color RGB value is (252,221,98).

#fcdd62 hex color red value is 252, green value is 221 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #fcdd62 hue: 0.13 , saturation: 0.96 and the lightness value of fcdd62 is 0.69.

The process color (four color CMYK) of #fcdd62 color code is 0.00, 0.12, 0.61, 0.01. Web safe color of #fcdd62 is #ffcc66. Color #fcdd62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 01100010
Octal 374 335 142
Decimal 252 221 98
Hex FC DD 62

RGB Percentages of Color #fcdd62

%44.13
%38.70
%17.16

CMYK Percentages of Color #fcdd62

%0
%12
%61
%1

Triadic Colors of #fcdd62

#fcdd62 #62fcdd #dd62fc

Analogous Colors of #fcdd62

#fcdd62 #cefc62 #fc9062

Monochromatic Colors of #fcdd62

#fcdd62

Complementary Color

#fcdd62 #6281fc

#fcdd62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd62 Color CSS Codes

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

#fcdd62 Text Font Color

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

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


#fcdd62 Background Color

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

This div background color is #fcdd62


#fcdd62 Border Color

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

This div border color is #fcdd62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd62


Comments

No comments written yet.

Please login to write comment.