Color Hex Logo

#ffb610 Color Hex

#FFB610
(255,182,16)
0 Favorites   0 Comments

Color spaces of #ffb610

RGB 25518216
HSL0.121.000.53
HSV42°94°100°
CMYK 0.000.290.94   0.00
XYZ58.061554.75337.9985
Yxy54.75330.48060.4532
Hunter Lab73.995510.570245.3879
CIE-Lab78.899015.200979.8571

#ffb610 color RGB value is (255,182,16).

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

The process color (four color CMYK) of #ffb610 color hex is 0.00, 0.29, 0.94, 0.00. Web safe color of #ffb610 is #ffcc00. Color #ffb610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110110 00010000
Octal 377 266 20
Decimal 255 182 16
Hex FF B6 10

RGB Percentages of Color #ffb610

%56.29
%40.18
%3.53

CMYK Percentages of Color #ffb610

%0
%29
%94
%0

Triadic Colors of #ffb610

#ffb610 #10ffb6 #b610ff

Analogous Colors of #ffb610

#ffb610 #d1ff10 #ff3f10

Monochromatic Colors of #ffb610

#ffb610

Complementary Color

#ffb610 #1059ff

#ffb610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb610 Color CSS Codes

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

#ffb610 Text Font Color

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

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


#ffb610 Background Color

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

This div background color is #ffb610


#ffb610 Border Color

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

This div border color is #ffb610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb610


Comments

No comments written yet.

Please login to write comment.