Color Hex Logo

#fcda62 Color Hex

#FCDA62
(252,218,98)
0 Favorites   0 Comments

Color spaces of #fcda62

RGB 25221898
HSL0.130.960.69
HSV47°61°99°
CMYK 0.000.130.61   0.01
XYZ67.420971.720121.8452
Yxy71.72010.41880.4455
Hunter Lab84.6877-6.097543.9875
CIE-Lab87.8337-1.640661.9402

#fcda62 color RGB value is (252,218,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 01100010
Octal 374 332 142
Decimal 252 218 98
Hex FC DA 62

RGB Percentages of Color #fcda62

%44.37
%38.38
%17.25

CMYK Percentages of Color #fcda62

%0
%13
%61
%1

Triadic Colors of #fcda62

#fcda62 #62fcda #da62fc

Analogous Colors of #fcda62

#fcda62 #d1fc62 #fc8d62

Monochromatic Colors of #fcda62

#fcda62

Complementary Color

#fcda62 #6284fc

#fcda62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcda62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcda62 Color CSS Codes

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

#fcda62 Text Font Color

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

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


#fcda62 Background Color

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

This div background color is #fcda62


#fcda62 Border Color

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

This div border color is #fcda62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcda62


Comments

No comments written yet.

Please login to write comment.