Color Hex Logo

#ffd32b Color Hex

#FFD32B
(255,211,43)
0 Favorites   0 Comments

Color spaces of #ffd32b

RGB 25521143
HSL0.131.000.58
HSV48°83°100°
CMYK 0.000.170.83   0.00
XYZ64.970368.022911.9909
Yxy68.02290.44810.4692
Hunter Lab82.4760-3.720049.1132
CIE-Lab86.01790.716580.0278

#ffd32b color RGB value is (255,211,43).

#ffd32b hex color red value is 255, green value is 211 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ffd32b hue: 0.13 , saturation: 1.00 and the lightness value of ffd32b is 0.58.

The process color (four color CMYK) of #ffd32b color hex is 0.00, 0.17, 0.83, 0.00. Web safe color of #ffd32b is #ffcc33. Color #ffd32b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 00101011
Octal 377 323 53
Decimal 255 211 43
Hex FF D3 2B

RGB Percentages of Color #ffd32b

%50.10
%41.45
%8.45

CMYK Percentages of Color #ffd32b

%0
%17
%83
%0

Triadic Colors of #ffd32b

#ffd32b #2bffd3 #d32bff

Analogous Colors of #ffd32b

#ffd32b #c1ff2b #ff692b

Monochromatic Colors of #ffd32b

#ffd32b

Complementary Color

#ffd32b #2b57ff

#ffd32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd32b Color CSS Codes

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

#ffd32b Text Font Color

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

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


#ffd32b Background Color

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

This div background color is #ffd32b


#ffd32b Border Color

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

This div border color is #ffd32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd32b

Related Colors


Comments

No comments written yet.

Please login to write comment.