Color Hex Logo

#fdc269 Color Hex

#FDC269
(253,194,105)
0 Favorites   0 Comments

Color spaces of #fdc269

RGB 253194105
HSL0.100.970.70
HSV36°58°99°
CMYK 0.000.230.58   0.01
XYZ62.349660.486121.7534
Yxy60.48610.43120.4183
Hunter Lab77.77286.999137.8573
CIE-Lab82.101711.593152.2217

#fdc269 color RGB value is (253,194,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 01101001
Octal 375 302 151
Decimal 253 194 105
Hex FD C2 69

RGB Percentages of Color #fdc269

%45.83
%35.14
%19.02

CMYK Percentages of Color #fdc269

%0
%23
%58
%1

Triadic Colors of #fdc269

#fdc269 #69fdc2 #c269fd

Analogous Colors of #fdc269

#fdc269 #eefd69 #fd7869

Monochromatic Colors of #fdc269

#fdc269

Complementary Color

#fdc269 #69a4fd

#fdc269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc269 Color CSS Codes

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

#fdc269 Text Font Color

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

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


#fdc269 Background Color

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

This div background color is #fdc269


#fdc269 Border Color

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

This div border color is #fdc269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc269


Comments

No comments written yet.

Please login to write comment.