Color Hex Logo

#ffb26a Color Hex

#FFB26A
(255,178,106)
0 Favorites   0 Comments

Color spaces of #ffb26a

RGB 255178106
HSL0.081.000.71
HSV29°58°100°
CMYK 0.000.300.58   0.00
XYZ59.761954.141420.9362
Yxy54.14140.44320.4015
Hunter Lab73.580816.210134.6366
CIE-Lab78.544120.832247.5707

#ffb26a color RGB value is (255,178,106).

#ffb26a hex color red value is 255, green value is 178 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ffb26a hue: 0.08 , saturation: 1.00 and the lightness value of ffb26a is 0.71.

The process color (four color CMYK) of #ffb26a color hex is 0.00, 0.30, 0.58, 0.00. Web safe color of #ffb26a is #ff9966. Color #ffb26a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 01101010
Octal 377 262 152
Decimal 255 178 106
Hex FF B2 6A

RGB Percentages of Color #ffb26a

%47.31
%33.02
%19.67

CMYK Percentages of Color #ffb26a

%0
%30
%58
%0

Triadic Colors of #ffb26a

#ffb26a #6affb2 #b26aff

Analogous Colors of #ffb26a

#ffb26a #fffd6a #ff6a6d

Monochromatic Colors of #ffb26a

#ffb26a

Complementary Color

#ffb26a #6ab7ff

#ffb26a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb26a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb26a Color CSS Codes

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

#ffb26a Text Font Color

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

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


#ffb26a Background Color

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

This div background color is #ffb26a


#ffb26a Border Color

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

This div border color is #ffb26a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb26a

#ffb26a Color Palettes


Comments

No comments written yet.

Please login to write comment.