Color Hex Logo

#ffbf02 Color Hex

#FFBF02
(255,191,2)
0 Favorites   0 Comments

Color spaces of #ffbf02

RGB 2551912
HSL0.121.000.50
HSV45°99°100°
CMYK 0.000.250.99   0.00
XYZ59.881858.52608.1980
Yxy58.52600.47300.4623
Hunter Lab76.50235.841047.1981
CIE-Lab81.030410.401982.8412

#ffbf02 color RGB value is (255,191,2).

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

The process color (four color CMYK) of #ffbf02 color hex is 0.00, 0.25, 0.99, 0.00. Web safe color of #ffbf02 is #ffcc00. Color #ffbf02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 00000010
Octal 377 277 2
Decimal 255 191 2
Hex FF BF 2

RGB Percentages of Color #ffbf02

%56.92
%42.63
%0.45

CMYK Percentages of Color #ffbf02

%0
%25
%99
%0

Triadic Colors of #ffbf02

#ffbf02 #02ffbf #bf02ff

Analogous Colors of #ffbf02

#ffbf02 #c1ff02 #ff4002

Monochromatic Colors of #ffbf02

#ffbf02

Complementary Color

#ffbf02 #0242ff

#ffbf02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbf02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbf02 Color CSS Codes

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

#ffbf02 Text Font Color

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

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


#ffbf02 Background Color

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

This div background color is #ffbf02


#ffbf02 Border Color

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

This div border color is #ffbf02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbf02


Comments

No comments written yet.

Please login to write comment.