Color Hex Logo

#ffbb22 Color Hex

#FFBB22
(255,187,34)
0 Favorites   0 Comments

Color spaces of #ffbb22

RGB 25518734
HSL0.121.000.57
HSV42°87°100°
CMYK 0.000.270.87   0.00
XYZ59.299156.91619.3739
Yxy56.91610.47220.4532
Hunter Lab75.44288.278845.4430
CIE-Lab80.132412.877677.4341

#ffbb22 color RGB value is (255,187,34). This hex color code is also a web safe color which is equal to #FB2.

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

The process color (four color CMYK) of #ffbb22 color hex is 0.00, 0.27, 0.87, 0.00. Web safe color of #ffbb22 is #ffcc33. Color #ffbb22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 00100010
Octal 377 273 42
Decimal 255 187 34
Hex FF BB 22

RGB Percentages of Color #ffbb22

%53.57
%39.29
%7.14

CMYK Percentages of Color #ffbb22

%0
%27
%87
%0

Triadic Colors of #ffbb22

#ffbb22 #22ffbb #bb22ff

Analogous Colors of #ffbb22

#ffbb22 #d5ff22 #ff4d22

Monochromatic Colors of #ffbb22

#ffbb22

Complementary Color

#ffbb22 #2266ff

#ffbb22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbb22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbb22 Color CSS Codes

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

#ffbb22 Text Font Color

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

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


#ffbb22 Background Color

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

This div background color is #ffbb22


#ffbb22 Border Color

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

This div border color is #ffbb22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbb22


Comments

No comments written yet.

Please login to write comment.