Color Hex Logo

#ffc450 Color Hex

#FFC450
(255,196,80)
0 Favorites   0 Comments

Color spaces of #ffc450

RGB 25519680
HSL0.111.000.66
HSV40°69°100°
CMYK 0.000.230.69   0.00
XYZ62.427961.319016.1349
Yxy61.31900.44630.4384
Hunter Lab78.30645.268542.5979
CIE-Lab82.54999.842964.0780

#ffc450 color RGB value is (255,196,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 01010000
Octal 377 304 120
Decimal 255 196 80
Hex FF C4 50

RGB Percentages of Color #ffc450

%48.02
%36.91
%15.07

CMYK Percentages of Color #ffc450

%0
%23
%69
%0

Triadic Colors of #ffc450

#ffc450 #50ffc4 #c450ff

Analogous Colors of #ffc450

#ffc450 #e3ff50 #ff6d50

Monochromatic Colors of #ffc450

#ffc450

Complementary Color

#ffc450 #508bff

#ffc450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc450 Color CSS Codes

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

#ffc450 Text Font Color

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

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


#ffc450 Background Color

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

This div background color is #ffc450


#ffc450 Border Color

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

This div border color is #ffc450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc450

Related Colors


Comments

No comments written yet.

Please login to write comment.