Color Hex Logo

#ffb812 Color Hex

#FFB812
(255,184,18)
0 Favorites   0 Comments

Color spaces of #ffb812

RGB 25518418
HSL0.121.000.54
HSV42°93°100°
CMYK 0.000.280.93   0.00
XYZ58.489755.58478.2184
Yxy55.58470.47830.4545
Hunter Lab74.55519.564645.6529
CIE-Lab79.376914.181379.9204

#ffb812 color RGB value is (255,184,18).

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

The process color (four color CMYK) of #ffb812 color hex is 0.00, 0.28, 0.93, 0.00. Web safe color of #ffb812 is #ffcc00. Color #ffb812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111000 00010010
Octal 377 270 22
Decimal 255 184 18
Hex FF B8 12

RGB Percentages of Color #ffb812

%55.80
%40.26
%3.94

CMYK Percentages of Color #ffb812

%0
%28
%93
%0

Triadic Colors of #ffb812

#ffb812 #12ffb8 #b812ff

Analogous Colors of #ffb812

#ffb812 #d0ff12 #ff4212

Monochromatic Colors of #ffb812

#ffb812

Complementary Color

#ffb812 #1259ff

#ffb812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb812 Color CSS Codes

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

#ffb812 Text Font Color

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

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


#ffb812 Background Color

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

This div background color is #ffb812


#ffb812 Border Color

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

This div border color is #ffb812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb812

Related Colors


Comments

No comments written yet.

Please login to write comment.