Color Hex Logo

#ffb65b Color Hex

#FFB65B
(255,182,91)
0 Favorites   0 Comments

Color spaces of #ffb65b

RGB 25518291
HSL0.091.000.68
HSV33°64°100°
CMYK 0.000.290.64   0.00
XYZ59.856355.471217.4498
Yxy55.47120.45080.4178
Hunter Lab74.479013.116338.2441
CIE-Lab79.311917.748155.6950

#ffb65b color RGB value is (255,182,91).

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

The process color (four color CMYK) of #ffb65b color hex is 0.00, 0.29, 0.64, 0.00. Web safe color of #ffb65b is #ffcc66. Color #ffb65b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110110 01011011
Octal 377 266 133
Decimal 255 182 91
Hex FF B6 5B

RGB Percentages of Color #ffb65b

%48.30
%34.47
%17.23

CMYK Percentages of Color #ffb65b

%0
%29
%64
%0

Triadic Colors of #ffb65b

#ffb65b #5bffb6 #b65bff

Analogous Colors of #ffb65b

#ffb65b #f6ff5b #ff645b

Monochromatic Colors of #ffb65b

#ffb65b

Complementary Color

#ffb65b #5ba4ff

#ffb65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb65b Color CSS Codes

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

#ffb65b Text Font Color

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

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


#ffb65b Background Color

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

This div background color is #ffb65b


#ffb65b Border Color

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

This div border color is #ffb65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb65b


Comments

No comments written yet.

Please login to write comment.