Color Hex Logo

#ffbc08 Color Hex

#FFBC08
(255,188,8)
0 Favorites   0 Comments

Color spaces of #ffbc08

RGB 2551888
HSL0.121.000.52
HSV44°97°100°
CMYK 0.000.260.97   0.00
XYZ59.267057.24408.1552
Yxy57.24400.47540.4592
Hunter Lab75.65987.420846.5711
CIE-Lab80.316612.006381.7579

#ffbc08 color RGB value is (255,188,8).

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

The process color (four color CMYK) of #ffbc08 color hex is 0.00, 0.26, 0.97, 0.00. Web safe color of #ffbc08 is #ffcc00. Color #ffbc08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 00001000
Octal 377 274 10
Decimal 255 188 8
Hex FF BC 8

RGB Percentages of Color #ffbc08

%56.54
%41.69
%1.77

CMYK Percentages of Color #ffbc08

%0
%26
%97
%0

Triadic Colors of #ffbc08

#ffbc08 #08ffbc #bc08ff

Analogous Colors of #ffbc08

#ffbc08 #c7ff08 #ff4108

Monochromatic Colors of #ffbc08

#ffbc08

Complementary Color

#ffbc08 #084bff

#ffbc08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbc08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbc08 Color CSS Codes

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

#ffbc08 Text Font Color

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

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


#ffbc08 Background Color

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

This div background color is #ffbc08


#ffbc08 Border Color

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

This div border color is #ffbc08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbc08


Comments

No comments written yet.

Please login to write comment.