Color Hex Logo

#ffb70d Color Hex

#FFB70D
(255,183,13)
0 Favorites   0 Comments

Color spaces of #ffb70d

RGB 25518313
HSL0.121.000.53
HSV42°95°100°
CMYK 0.000.280.95   0.00
XYZ58.246155.15607.9570
Yxy55.15600.47990.4545
Hunter Lab74.267110.026445.6346
CIE-Lab79.131014.649780.4023

#ffb70d color RGB value is (255,183,13).

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

The process color (four color CMYK) of #ffb70d color hex is 0.00, 0.28, 0.95, 0.00. Web safe color of #ffb70d is #ffcc00. Color #ffb70d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110111 00001101
Octal 377 267 15
Decimal 255 183 13
Hex FF B7 D

RGB Percentages of Color #ffb70d

%56.54
%40.58
%2.88

CMYK Percentages of Color #ffb70d

%0
%28
%95
%0

Triadic Colors of #ffb70d

#ffb70d #0dffb7 #b70dff

Analogous Colors of #ffb70d

#ffb70d #ceff0d #ff3e0d

Monochromatic Colors of #ffb70d

#ffb70d

Complementary Color

#ffb70d #0d55ff

#ffb70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb70d Color CSS Codes

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

#ffb70d Text Font Color

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

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


#ffb70d Background Color

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

This div background color is #ffb70d


#ffb70d Border Color

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

This div border color is #ffb70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb70d

#ffb70d Color Palettes


Comments

No comments written yet.

Please login to write comment.