Color Hex Logo

#ffbc26 Color Hex

#FFBC26
(255,188,38)
1 Favorites   0 Comments

Color spaces of #ffbc26

RGB 25518838
HSL0.121.000.57
HSV41°85°100°
CMYK 0.000.260.85   0.00
XYZ59.573157.36649.7667
Yxy57.36640.47020.4528
Hunter Lab75.74067.851545.3730
CIE-Lab80.385212.444776.6534

#ffbc26 color RGB value is (255,188,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 00100110
Octal 377 274 46
Decimal 255 188 38
Hex FF BC 26

RGB Percentages of Color #ffbc26

%53.01
%39.09
%7.90

CMYK Percentages of Color #ffbc26

%0
%26
%85
%0

Triadic Colors of #ffbc26

#ffbc26 #26ffbc #bc26ff

Analogous Colors of #ffbc26

#ffbc26 #d6ff26 #ff4f26

Monochromatic Colors of #ffbc26

#ffbc26

Complementary Color

#ffbc26 #2669ff

#ffbc26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbc26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbc26 Color CSS Codes

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

#ffbc26 Text Font Color

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

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


#ffbc26 Background Color

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

This div background color is #ffbc26


#ffbc26 Border Color

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

This div border color is #ffbc26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbc26


Comments

No comments written yet.

Please login to write comment.