Color Hex Logo

#ffc115 Color Hex

#FFC115
(255,193,21)
0 Favorites   0 Comments

Color spaces of #ffc115

RGB 25519321
HSL0.121.000.54
HSV44°92°100°
CMYK 0.000.240.92   0.00
XYZ60.445359.45418.9994
Yxy59.45410.46890.4612
Hunter Lab77.10654.993347.0546
CIE-Lab81.54069.543081.0541

#ffc115 color RGB value is (255,193,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 00010101
Octal 377 301 25
Decimal 255 193 21
Hex FF C1 15

RGB Percentages of Color #ffc115

%54.37
%41.15
%4.48

CMYK Percentages of Color #ffc115

%0
%24
%92
%0

Triadic Colors of #ffc115

#ffc115 #15ffc1 #c115ff

Analogous Colors of #ffc115

#ffc115 #c8ff15 #ff4c15

Monochromatic Colors of #ffc115

#ffc115

Complementary Color

#ffc115 #1553ff

#ffc115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc115 Color CSS Codes

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

#ffc115 Text Font Color

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

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


#ffc115 Background Color

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

This div background color is #ffc115


#ffc115 Border Color

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

This div border color is #ffc115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc115


Comments

No comments written yet.

Please login to write comment.