Color Hex Logo

#fcdf69 Color Hex

#FCDF69
(252,223,105)
0 Favorites   0 Comments

Color spaces of #fcdf69

RGB 252223105
HSL0.130.960.70
HSV48°58°99°
CMYK 0.000.120.58   0.01
XYZ69.082474.490724.1017
Yxy74.49070.41200.4443
Hunter Lab86.3080-8.164543.8587
CIE-Lab89.1539-3.697860.3164

#fcdf69 color RGB value is (252,223,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 01101001
Octal 374 337 151
Decimal 252 223 105
Hex FC DF 69

RGB Percentages of Color #fcdf69

%43.45
%38.45
%18.10

CMYK Percentages of Color #fcdf69

%0
%12
%58
%1

Triadic Colors of #fcdf69

#fcdf69 #69fcdf #df69fc

Analogous Colors of #fcdf69

#fcdf69 #d0fc69 #fc9669

Monochromatic Colors of #fcdf69

#fcdf69

Complementary Color

#fcdf69 #6986fc

#fcdf69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdf69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdf69 Color CSS Codes

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

#fcdf69 Text Font Color

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

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


#fcdf69 Background Color

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

This div background color is #fcdf69


#fcdf69 Border Color

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

This div border color is #fcdf69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdf69


Comments

No comments written yet.

Please login to write comment.