Color Hex Logo

#fdc467 Color Hex

#FDC467
(253,196,103)
0 Favorites   0 Comments

Color spaces of #fdc467

RGB 253196103
HSL0.100.970.70
HSV37°59°99°
CMYK 0.000.230.59   0.01
XYZ62.696161.341821.3677
Yxy61.34180.43120.4219
Hunter Lab78.32105.827838.6491
CIE-Lab82.562110.411753.7107

#fdc467 color RGB value is (253,196,103).

#fdc467 hex color red value is 253, green value is 196 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #fdc467 hue: 0.10 , saturation: 0.97 and the lightness value of fdc467 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000100 01100111
Octal 375 304 147
Decimal 253 196 103
Hex FD C4 67

RGB Percentages of Color #fdc467

%45.83
%35.51
%18.66

CMYK Percentages of Color #fdc467

%0
%23
%59
%1

Triadic Colors of #fdc467

#fdc467 #67fdc4 #c467fd

Analogous Colors of #fdc467

#fdc467 #ebfd67 #fd7967

Monochromatic Colors of #fdc467

#fdc467

Complementary Color

#fdc467 #67a0fd

#fdc467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc467 Color CSS Codes

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

#fdc467 Text Font Color

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

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


#fdc467 Background Color

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

This div background color is #fdc467


#fdc467 Border Color

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

This div border color is #fdc467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc467


Comments

No comments written yet.

Please login to write comment.