Color Hex Logo

#ffb22d Color Hex

#FFB22D
(255,178,45)
0 Favorites   0 Comments

Color spaces of #ffb22d

RGB 25517845
HSL0.111.000.59
HSV38°82°100°
CMYK 0.000.300.82   0.00
XYZ57.634053.29039.7310
Yxy53.29030.47770.4417
Hunter Lab73.000213.176243.1967
CIE-Lab78.046117.833372.7296

#ffb22d color RGB value is (255,178,45).

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

The process color (four color CMYK) of #ffb22d color hex is 0.00, 0.30, 0.82, 0.00. Web safe color of #ffb22d is #ff9933. Color #ffb22d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 00101101
Octal 377 262 55
Decimal 255 178 45
Hex FF B2 2D

RGB Percentages of Color #ffb22d

%53.35
%37.24
%9.41

CMYK Percentages of Color #ffb22d

%0
%30
%82
%0

Triadic Colors of #ffb22d

#ffb22d #2dffb2 #b22dff

Analogous Colors of #ffb22d

#ffb22d #e3ff2d #ff492d

Monochromatic Colors of #ffb22d

#ffb22d

Complementary Color

#ffb22d #2d7aff

#ffb22d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb22d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb22d Color CSS Codes

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

#ffb22d Text Font Color

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

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


#ffb22d Background Color

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

This div background color is #ffb22d


#ffb22d Border Color

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

This div border color is #ffb22d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb22d

#ffb22d Color Palettes


Comments

No comments written yet.

Please login to write comment.