Color Hex Logo

#ffb918 Color Hex

#FFB918
(255,185,24)
0 Favorites   0 Comments

Color spaces of #ffb918

RGB 25518524
HSL0.121.000.55
HSV42°91°100°
CMYK 0.000.270.91   0.00
XYZ58.753856.02398.5812
Yxy56.02390.47630.4542
Hunter Lab74.84919.130045.5970
CIE-Lab79.627413.740579.1265

#ffb918 color RGB value is (255,185,24).

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

The process color (four color CMYK) of #ffb918 color hex is 0.00, 0.27, 0.91, 0.00. Web safe color of #ffb918 is #ffcc00. Color #ffb918 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 00011000
Octal 377 271 30
Decimal 255 185 24
Hex FF B9 18

RGB Percentages of Color #ffb918

%54.96
%39.87
%5.17

CMYK Percentages of Color #ffb918

%0
%27
%91
%0

Triadic Colors of #ffb918

#ffb918 #18ffb9 #b918ff

Analogous Colors of #ffb918

#ffb918 #d2ff18 #ff4618

Monochromatic Colors of #ffb918

#ffb918

Complementary Color

#ffb918 #185eff

#ffb918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb918 Color CSS Codes

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

#ffb918 Text Font Color

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

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


#ffb918 Background Color

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

This div background color is #ffb918


#ffb918 Border Color

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

This div border color is #ffb918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb918

Related Colors


Comments

No comments written yet.

Please login to write comment.