Color Hex Logo

#fcde67 Color Hex

#FCDE67
(252,222,103)
0 Favorites   0 Comments

Color spaces of #fcde67

RGB 252222103
HSL0.130.960.70
HSV48°59°99°
CMYK 0.000.120.59   0.01
XYZ68.714373.917323.4778
Yxy73.91730.41370.4450
Hunter Lab85.9752-7.793243.9919
CIE-Lab88.8834-3.331760.9031

#fcde67 color RGB value is (252,222,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 01100111
Octal 374 336 147
Decimal 252 222 103
Hex FC DE 67

RGB Percentages of Color #fcde67

%43.67
%38.47
%17.85

CMYK Percentages of Color #fcde67

%0
%12
%59
%1

Triadic Colors of #fcde67

#fcde67 #67fcde #de67fc

Analogous Colors of #fcde67

#fcde67 #d0fc67 #fc9467

Monochromatic Colors of #fcde67

#fcde67

Complementary Color

#fcde67 #6785fc

#fcde67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcde67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcde67 Color CSS Codes

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

#fcde67 Text Font Color

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

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


#fcde67 Background Color

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

This div background color is #fcde67


#fcde67 Border Color

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

This div border color is #fcde67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcde67


Comments

No comments written yet.

Please login to write comment.