Color Hex Logo

#ffd350 Color Hex

#FFD350
(255,211,80)
0 Favorites   0 Comments

Color spaces of #ffd350

RGB 25521180
HSL0.121.000.66
HSV45°69°100°
CMYK 0.000.170.69   0.00
XYZ65.982268.427717.3196
Yxy68.42770.43490.4510
Hunter Lab82.7210-2.381845.4910
CIE-Lab86.21992.120967.8761

#ffd350 color RGB value is (255,211,80).

#ffd350 hex color red value is 255, green value is 211 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ffd350 hue: 0.12 , saturation: 1.00 and the lightness value of ffd350 is 0.66.

The process color (four color CMYK) of #ffd350 color hex is 0.00, 0.17, 0.69, 0.00. Web safe color of #ffd350 is #ffcc66. Color #ffd350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 01010000
Octal 377 323 120
Decimal 255 211 80
Hex FF D3 50

RGB Percentages of Color #ffd350

%46.70
%38.64
%14.65

CMYK Percentages of Color #ffd350

%0
%17
%69
%0

Triadic Colors of #ffd350

#ffd350 #50ffd3 #d350ff

Analogous Colors of #ffd350

#ffd350 #d4ff50 #ff7c50

Monochromatic Colors of #ffd350

#ffd350

Complementary Color

#ffd350 #507cff

#ffd350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd350 Color CSS Codes

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

#ffd350 Text Font Color

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

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


#ffd350 Background Color

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

This div background color is #ffd350


#ffd350 Border Color

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

This div border color is #ffd350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd350

#ffd350 Color Palettes


Comments

No comments written yet.

Please login to write comment.