Color Hex Logo

#ffb61b Color Hex

#FFB61B
(255,182,27)
0 Favorites   0 Comments

Color spaces of #ffb61b

RGB 25518227
HSL0.111.000.55
HSV41°89°100°
CMYK 0.000.290.89   0.00
XYZ58.165854.79508.5477
Yxy54.79500.47870.4510
Hunter Lab74.023610.719144.9702
CIE-Lab78.923015.351078.0238

#ffb61b color RGB value is (255,182,27).

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

The process color (four color CMYK) of #ffb61b color hex is 0.00, 0.29, 0.89, 0.00. Web safe color of #ffb61b is #ffcc33. Color #ffb61b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110110 00011011
Octal 377 266 33
Decimal 255 182 27
Hex FF B6 1B

RGB Percentages of Color #ffb61b

%54.96
%39.22
%5.82

CMYK Percentages of Color #ffb61b

%0
%29
%89
%0

Triadic Colors of #ffb61b

#ffb61b #1bffb6 #b61bff

Analogous Colors of #ffb61b

#ffb61b #d6ff1b #ff441b

Monochromatic Colors of #ffb61b

#ffb61b

Complementary Color

#ffb61b #1b64ff

#ffb61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb61b Color CSS Codes

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

#ffb61b Text Font Color

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

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


#ffb61b Background Color

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

This div background color is #ffb61b


#ffb61b Border Color

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

This div border color is #ffb61b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb61b

Related Colors


Comments

No comments written yet.

Please login to write comment.