Color Hex Logo

#ffb764 Color Hex

#FFB764
(255,183,100)
0 Favorites   0 Comments

Color spaces of #ffb764

RGB 255183100
HSL0.091.000.70
HSV32°61°100°
CMYK 0.000.280.61   0.00
XYZ60.473756.047119.6874
Yxy56.04710.44400.4115
Hunter Lab74.864613.174636.8135
CIE-Lab79.640617.799851.8037

#ffb764 color RGB value is (255,183,100).

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

The process color (four color CMYK) of #ffb764 color hex is 0.00, 0.28, 0.61, 0.00. Web safe color of #ffb764 is #ffcc66. Color #ffb764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110111 01100100
Octal 377 267 144
Decimal 255 183 100
Hex FF B7 64

RGB Percentages of Color #ffb764

%47.40
%34.01
%18.59

CMYK Percentages of Color #ffb764

%0
%28
%61
%0

Triadic Colors of #ffb764

#ffb764 #64ffb7 #b764ff

Analogous Colors of #ffb764

#ffb764 #faff64 #ff6a64

Monochromatic Colors of #ffb764

#ffb764

Complementary Color

#ffb764 #64acff

#ffb764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb764 Color CSS Codes

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

#ffb764 Text Font Color

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

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


#ffb764 Background Color

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

This div background color is #ffb764


#ffb764 Border Color

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

This div border color is #ffb764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb764

Related Colors


Comments

No comments written yet.

Please login to write comment.