Color Hex Logo

#ffb750 Color Hex

#FFB750
(255,183,80)
0 Favorites   0 Comments

Color spaces of #ffb750

RGB 25518380
HSL0.101.000.66
HSV35°69°100°
CMYK 0.000.280.69   0.00
XYZ59.621555.706215.1994
Yxy55.70620.45680.4268
Hunter Lab74.636611.976140.1715
CIE-Lab79.446316.607760.8132

#ffb750 color RGB value is (255,183,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110111 01010000
Octal 377 267 120
Decimal 255 183 80
Hex FF B7 50

RGB Percentages of Color #ffb750

%49.23
%35.33
%15.44

CMYK Percentages of Color #ffb750

%0
%28
%69
%0

Triadic Colors of #ffb750

#ffb750 #50ffb7 #b750ff

Analogous Colors of #ffb750

#ffb750 #f0ff50 #ff5f50

Monochromatic Colors of #ffb750

#ffb750

Complementary Color

#ffb750 #5098ff

#ffb750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb750 Color CSS Codes

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

#ffb750 Text Font Color

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

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


#ffb750 Background Color

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

This div background color is #ffb750


#ffb750 Border Color

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

This div border color is #ffb750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb750


Comments

No comments written yet.

Please login to write comment.