Color Hex Logo

#fcdd63 Color Hex

#FCDD63
(252,221,99)
0 Favorites   0 Comments

Color spaces of #fcdd63

RGB 25222199
HSL0.130.960.69
HSV48°61°99°
CMYK 0.000.120.61   0.01
XYZ68.253573.309222.3571
Yxy73.30920.41640.4472
Hunter Lab85.6208-7.543344.4529
CIE-Lab88.5950-3.093962.3453

#fcdd63 color RGB value is (252,221,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 01100011
Octal 374 335 143
Decimal 252 221 99
Hex FC DD 63

RGB Percentages of Color #fcdd63

%44.06
%38.64
%17.31

CMYK Percentages of Color #fcdd63

%0
%12
%61
%1

Triadic Colors of #fcdd63

#fcdd63 #63fcdd #dd63fc

Analogous Colors of #fcdd63

#fcdd63 #cffc63 #fc9163

Monochromatic Colors of #fcdd63

#fcdd63

Complementary Color

#fcdd63 #6382fc

#fcdd63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd63 Color CSS Codes

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

#fcdd63 Text Font Color

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

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


#fcdd63 Background Color

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

This div background color is #fcdd63


#fcdd63 Border Color

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

This div border color is #fcdd63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd63

Related Colors


Comments

No comments written yet.

Please login to write comment.