Color Hex Logo

#ffd132 Color Hex

#FFD132
(255,209,50)
0 Favorites   0 Comments

Color spaces of #ffd132

RGB 25520950
HSL0.131.000.60
HSV47°80°100°
CMYK 0.000.180.80   0.00
XYZ64.616267.091212.5619
Yxy67.09120.44790.4650
Hunter Lab81.9092-2.526848.2435
CIE-Lab85.55001.931877.7229

#ffd132 color RGB value is (255,209,50).

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

The process color (four color CMYK) of #ffd132 color hex is 0.00, 0.18, 0.80, 0.00. Web safe color of #ffd132 is #ffcc33. Color #ffd132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 00110010
Octal 377 321 62
Decimal 255 209 50
Hex FF D1 32

RGB Percentages of Color #ffd132

%49.61
%40.66
%9.73

CMYK Percentages of Color #ffd132

%0
%18
%80
%0

Triadic Colors of #ffd132

#ffd132 #32ffd1 #d132ff

Analogous Colors of #ffd132

#ffd132 #c7ff32 #ff6b32

Monochromatic Colors of #ffd132

#ffd132

Complementary Color

#ffd132 #3260ff

#ffd132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd132 Color CSS Codes

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

#ffd132 Text Font Color

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

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


#ffd132 Background Color

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

This div background color is #ffd132


#ffd132 Border Color

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

This div border color is #ffd132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd132

Related Colors


Comments

No comments written yet.

Please login to write comment.