Color Hex Logo

#ffc015 Color Hex

#FFC015
(255,192,21)
0 Favorites   0 Comments

Color spaces of #ffc015

RGB 25519221
HSL0.121.000.54
HSV44°92°100°
CMYK 0.000.250.92   0.00
XYZ60.225059.01348.9260
Yxy59.01340.46990.4605
Hunter Lab76.82025.504046.8850
CIE-Lab81.299010.061480.8750

#ffc015 color RGB value is (255,192,21).

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

The process color (four color CMYK) of #ffc015 color hex is 0.00, 0.25, 0.92, 0.00. Web safe color of #ffc015 is #ffcc00. Color #ffc015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 00010101
Octal 377 300 25
Decimal 255 192 21
Hex FF C0 15

RGB Percentages of Color #ffc015

%54.49
%41.03
%4.49

CMYK Percentages of Color #ffc015

%0
%25
%92
%0

Triadic Colors of #ffc015

#ffc015 #15ffc0 #c015ff

Analogous Colors of #ffc015

#ffc015 #c9ff15 #ff4b15

Monochromatic Colors of #ffc015

#ffc015

Complementary Color

#ffc015 #1554ff

#ffc015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc015 Color CSS Codes

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

#ffc015 Text Font Color

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

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


#ffc015 Background Color

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

This div background color is #ffc015


#ffc015 Border Color

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

This div border color is #ffc015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc015


Comments

No comments written yet.

Please login to write comment.