Color Hex Logo

#ffbc45 Color Hex

#FFBC45
(255,188,69)
0 Favorites   0 Comments

Color spaces of #ffbc45

RGB 25518869
HSL0.111.000.64
HSV38°73°100°
CMYK 0.000.260.73   0.00
XYZ60.297457.656113.5809
Yxy57.65610.45840.4383
Hunter Lab75.93168.866842.5477
CIE-Lab80.547213.473766.5330

#ffbc45 color RGB value is (255,188,69).

#ffbc45 hex color red value is 255, green value is 188 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ffbc45 hue: 0.11 , saturation: 1.00 and the lightness value of ffbc45 is 0.64.

The process color (four color CMYK) of #ffbc45 color hex is 0.00, 0.26, 0.73, 0.00. Web safe color of #ffbc45 is #ffcc33. Color #ffbc45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 01000101
Octal 377 274 105
Decimal 255 188 69
Hex FF BC 45

RGB Percentages of Color #ffbc45

%49.80
%36.72
%13.48

CMYK Percentages of Color #ffbc45

%0
%26
%73
%0

Triadic Colors of #ffbc45

#ffbc45 #45ffbc #bc45ff

Analogous Colors of #ffbc45

#ffbc45 #e5ff45 #ff5f45

Monochromatic Colors of #ffbc45

#ffbc45

Complementary Color

#ffbc45 #4588ff

#ffbc45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbc45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbc45 Color CSS Codes

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

#ffbc45 Text Font Color

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

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


#ffbc45 Background Color

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

This div background color is #ffbc45


#ffbc45 Border Color

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

This div border color is #ffbc45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbc45

Related Colors


Comments

No comments written yet.

Please login to write comment.