Color Hex Logo

#fdc466 Color Hex

#FDC466
(253,196,102)
0 Favorites   0 Comments

Color spaces of #fdc466

RGB 253196102
HSL0.100.970.70
HSV37°60°99°
CMYK 0.000.230.60   0.01
XYZ62.646261.321821.1049
Yxy61.32180.43180.4227
Hunter Lab78.30825.759738.8365
CIE-Lab82.551410.342454.1707

#fdc466 color RGB value is (253,196,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000100 01100110
Octal 375 304 146
Decimal 253 196 102
Hex FD C4 66

RGB Percentages of Color #fdc466

%45.92
%35.57
%18.51

CMYK Percentages of Color #fdc466

%0
%23
%60
%1

Triadic Colors of #fdc466

#fdc466 #66fdc4 #c466fd

Analogous Colors of #fdc466

#fdc466 #ebfd66 #fd7966

Monochromatic Colors of #fdc466

#fdc466

Complementary Color

#fdc466 #669ffd

#fdc466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc466 Color CSS Codes

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

#fdc466 Text Font Color

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

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


#fdc466 Background Color

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

This div background color is #fdc466


#fdc466 Border Color

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

This div border color is #fdc466


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,196,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc466


Comments

No comments written yet.

Please login to write comment.