Color Hex Logo

#ffc054 Color Hex

#FFC054
(255,192,84)
0 Favorites   0 Comments

Color spaces of #ffc054

RGB 25519284
HSL0.111.000.66
HSV38°67°100°
CMYK 0.000.250.67   0.00
XYZ61.689959.599416.6399
Yxy59.59940.44730.4321
Hunter Lab77.20067.535641.2610
CIE-Lab81.620012.131961.3818

#ffc054 color RGB value is (255,192,84).

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

The process color (four color CMYK) of #ffc054 color hex is 0.00, 0.25, 0.67, 0.00. Web safe color of #ffc054 is #ffcc66. Color #ffc054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 01010100
Octal 377 300 124
Decimal 255 192 84
Hex FF C0 54

RGB Percentages of Color #ffc054

%48.02
%36.16
%15.82

CMYK Percentages of Color #ffc054

%0
%25
%67
%0

Triadic Colors of #ffc054

#ffc054 #54ffc0 #c054ff

Analogous Colors of #ffc054

#ffc054 #e9ff54 #ff6b54

Monochromatic Colors of #ffc054

#ffc054

Complementary Color

#ffc054 #5493ff

#ffc054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc054 Color CSS Codes

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

#ffc054 Text Font Color

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

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


#ffc054 Background Color

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

This div background color is #ffc054


#ffc054 Border Color

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

This div border color is #ffc054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc054


Comments

No comments written yet.

Please login to write comment.