Color Hex Logo

#ffb965 Color Hex

#FFB965
(255,185,101)
0 Favorites   0 Comments

Color spaces of #ffb965

RGB 255185101
HSL0.091.000.70
HSV33°60°100°
CMYK 0.000.270.60   0.00
XYZ60.937956.897520.0825
Yxy56.89750.44180.4125
Hunter Lab75.430412.201337.0160
CIE-Lab80.121916.822851.8819

#ffb965 color RGB value is (255,185,101).

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

The process color (four color CMYK) of #ffb965 color hex is 0.00, 0.27, 0.60, 0.00. Web safe color of #ffb965 is #ffcc66. Color #ffb965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 01100101
Octal 377 271 145
Decimal 255 185 101
Hex FF B9 65

RGB Percentages of Color #ffb965

%47.13
%34.20
%18.67

CMYK Percentages of Color #ffb965

%0
%27
%60
%0

Triadic Colors of #ffb965

#ffb965 #65ffb9 #b965ff

Analogous Colors of #ffb965

#ffb965 #f8ff65 #ff6c65

Monochromatic Colors of #ffb965

#ffb965

Complementary Color

#ffb965 #65abff

#ffb965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb965 Color CSS Codes

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

#ffb965 Text Font Color

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

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


#ffb965 Background Color

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

This div background color is #ffb965


#ffb965 Border Color

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

This div border color is #ffb965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb965


Comments

No comments written yet.

Please login to write comment.