Color Hex Logo

#ffd146 Color Hex

#FFD146
(255,209,70)
1 Favorites   0 Comments

Color spaces of #ffd146

RGB 25520970
HSL0.131.000.64
HSV45°73°100°
CMYK 0.000.180.73   0.00
XYZ65.146067.303115.3516
Yxy67.30310.44080.4554
Hunter Lab82.0385-1.822146.3322
CIE-Lab85.65682.669871.1758

#ffd146 color RGB value is (255,209,70).

#ffd146 hex color red value is 255, green value is 209 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ffd146 hue: 0.13 , saturation: 1.00 and the lightness value of ffd146 is 0.64.

The process color (four color CMYK) of #ffd146 color hex is 0.00, 0.18, 0.73, 0.00. Web safe color of #ffd146 is #ffcc33. Color #ffd146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 01000110
Octal 377 321 106
Decimal 255 209 70
Hex FF D1 46

RGB Percentages of Color #ffd146

%47.75
%39.14
%13.11

CMYK Percentages of Color #ffd146

%0
%18
%73
%0

Triadic Colors of #ffd146

#ffd146 #46ffd1 #d146ff

Analogous Colors of #ffd146

#ffd146 #d1ff46 #ff7546

Monochromatic Colors of #ffd146

#ffd146

Complementary Color

#ffd146 #4674ff

#ffd146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd146 Color CSS Codes

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

#ffd146 Text Font Color

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

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


#ffd146 Background Color

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

This div background color is #ffd146


#ffd146 Border Color

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

This div border color is #ffd146


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,209,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffd146; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffd146;
  -webkit-box-shadow: 1px 1px 3px 2px #ffd146;
  box-shadow:         1px 1px 3px 2px #ffd146; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,209,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd146


Comments

No comments written yet.

Please login to write comment.