Color Hex Logo

#ffd832 Color Hex

#FFD832
(255,216,50)
0 Favorites   0 Comments

Color spaces of #ffd832

RGB 25521650
HSL0.131.000.60
HSV49°80°100°
CMYK 0.000.150.80   0.00
XYZ66.371670.602013.1470
Yxy70.60200.44210.4703
Hunter Lab84.0250-6.046149.5407
CIE-Lab87.2913-1.628179.2364

#ffd832 color RGB value is (255,216,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 00110010
Octal 377 330 62
Decimal 255 216 50
Hex FF D8 32

RGB Percentages of Color #ffd832

%48.94
%41.46
%9.60

CMYK Percentages of Color #ffd832

%0
%15
%80
%0

Triadic Colors of #ffd832

#ffd832 #32ffd8 #d832ff

Analogous Colors of #ffd832

#ffd832 #c0ff32 #ff7232

Monochromatic Colors of #ffd832

#ffd832

Complementary Color

#ffd832 #3259ff

#ffd832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd832 Color CSS Codes

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

#ffd832 Text Font Color

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

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


#ffd832 Background Color

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

This div background color is #ffd832


#ffd832 Border Color

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

This div border color is #ffd832


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,216,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 #ffd832">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd832


Comments

No comments written yet.

Please login to write comment.