Color Hex Logo

#ffbc34 Color Hex

#FFBC34
(255,188,52)
0 Favorites   0 Comments

Color spaces of #ffbc34

RGB 25518852
HSL0.111.000.60
HSV40°80°100°
CMYK 0.000.260.80   0.00
XYZ59.843157.474411.1884
Yxy57.47440.46570.4473
Hunter Lab75.81198.230544.3182
CIE-Lab80.445712.829672.6087

#ffbc34 color RGB value is (255,188,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 00110100
Octal 377 274 64
Decimal 255 188 52
Hex FF BC 34

RGB Percentages of Color #ffbc34

%51.52
%37.98
%10.51

CMYK Percentages of Color #ffbc34

%0
%26
%80
%0

Triadic Colors of #ffbc34

#ffbc34 #34ffbc #bc34ff

Analogous Colors of #ffbc34

#ffbc34 #ddff34 #ff5634

Monochromatic Colors of #ffbc34

#ffbc34

Complementary Color

#ffbc34 #3477ff

#ffbc34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbc34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbc34 Color CSS Codes

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

#ffbc34 Text Font Color

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

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


#ffbc34 Background Color

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

This div background color is #ffbc34


#ffbc34 Border Color

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

This div border color is #ffbc34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbc34

Related Colors


Comments

No comments written yet.

Please login to write comment.