Color Hex Logo

#ffbc53 Color Hex

#FFBC53
(255,188,83)
0 Favorites   0 Comments

Color spaces of #ffbc53

RGB 25518883
HSL0.101.000.66
HSV37°67°100°
CMYK 0.000.260.67   0.00
XYZ60.784657.851016.1463
Yxy57.85100.45100.4292
Hunter Lab76.05989.546840.6556
CIE-Lab80.655914.159460.7875

#ffbc53 color RGB value is (255,188,83).

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

The process color (four color CMYK) of #ffbc53 color hex is 0.00, 0.26, 0.67, 0.00. Web safe color of #ffbc53 is #ffcc66. Color #ffbc53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 01010011
Octal 377 274 123
Decimal 255 188 83
Hex FF BC 53

RGB Percentages of Color #ffbc53

%48.48
%35.74
%15.78

CMYK Percentages of Color #ffbc53

%0
%26
%67
%0

Triadic Colors of #ffbc53

#ffbc53 #53ffbc #bc53ff

Analogous Colors of #ffbc53

#ffbc53 #ecff53 #ff6653

Monochromatic Colors of #ffbc53

#ffbc53

Complementary Color

#ffbc53 #5396ff

#ffbc53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbc53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbc53 Color CSS Codes

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

#ffbc53 Text Font Color

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

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


#ffbc53 Background Color

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

This div background color is #ffbc53


#ffbc53 Border Color

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

This div border color is #ffbc53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbc53

Related Colors


Comments

No comments written yet.

Please login to write comment.