Color Hex Logo

#ffbb14 Color Hex

#FFBB14
(255,187,20)
0 Favorites   0 Comments

Color spaces of #ffbb14

RGB 25518720
HSL0.121.000.54
HSV43°92°100°
CMYK 0.000.270.92   0.00
XYZ59.136656.85128.5184
Yxy56.85120.47500.4566
Hunter Lab75.39978.049446.0814
CIE-Lab80.095812.644580.1438

#ffbb14 color RGB value is (255,187,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 00010100
Octal 377 273 24
Decimal 255 187 20
Hex FF BB 14

RGB Percentages of Color #ffbb14

%55.19
%40.48
%4.33

CMYK Percentages of Color #ffbb14

%0
%27
%92
%0

Triadic Colors of #ffbb14

#ffbb14 #14ffbb #bb14ff

Analogous Colors of #ffbb14

#ffbb14 #ceff14 #ff4614

Monochromatic Colors of #ffbb14

#ffbb14

Complementary Color

#ffbb14 #1458ff

#ffbb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbb14 Color CSS Codes

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

#ffbb14 Text Font Color

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

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


#ffbb14 Background Color

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

This div background color is #ffbb14


#ffbb14 Border Color

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

This div border color is #ffbb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbb14

Related Colors


Comments

No comments written yet.

Please login to write comment.