Color Hex Logo

#ffc350 Color Hex

#FFC350
(255,195,80)
0 Favorites   0 Comments

Color spaces of #ffc350

RGB 25519580
HSL0.111.000.66
HSV39°69°100°
CMYK 0.000.240.69   0.00
XYZ62.203160.869416.0599
Yxy60.86940.44710.4375
Hunter Lab78.01885.782042.4086
CIE-Lab82.308510.361363.8260

#ffc350 color RGB value is (255,195,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 01010000
Octal 377 303 120
Decimal 255 195 80
Hex FF C3 50

RGB Percentages of Color #ffc350

%48.11
%36.79
%15.09

CMYK Percentages of Color #ffc350

%0
%24
%69
%0

Triadic Colors of #ffc350

#ffc350 #50ffc3 #c350ff

Analogous Colors of #ffc350

#ffc350 #e4ff50 #ff6c50

Monochromatic Colors of #ffc350

#ffc350

Complementary Color

#ffc350 #508cff

#ffc350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc350 Color CSS Codes

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

#ffc350 Text Font Color

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

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


#ffc350 Background Color

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

This div background color is #ffc350


#ffc350 Border Color

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

This div border color is #ffc350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc350

#ffc350 Color Palettes


Comments

No comments written yet.

Please login to write comment.