Color Hex Logo

#fdd434 Color Hex

#FDD434
(253,212,52)
0 Favorites   0 Comments

Color spaces of #fdd434

RGB 25321252
HSL0.130.980.60
HSV48°79°99°
CMYK 0.000.160.79   0.01
XYZ64.671368.217513.0076
Yxy68.21750.44330.4676
Hunter Lab82.5939-4.773248.4782
CIE-Lab86.1151-0.379177.5591

#fdd434 color RGB value is (253,212,52).

#fdd434 hex color red value is 253, green value is 212 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #fdd434 hue: 0.13 , saturation: 0.98 and the lightness value of fdd434 is 0.60.

The process color (four color CMYK) of #fdd434 color hex is 0.00, 0.16, 0.79, 0.01. Web safe color of #fdd434 is #ffcc33. Color #fdd434 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010100 00110100
Octal 375 324 64
Decimal 253 212 52
Hex FD D4 34

RGB Percentages of Color #fdd434

%48.94
%41.01
%10.06

CMYK Percentages of Color #fdd434

%0
%16
%79
%1

Triadic Colors of #fdd434

#fdd434 #34fdd4 #d434fd

Analogous Colors of #fdd434

#fdd434 #c2fd34 #fd7034

Monochromatic Colors of #fdd434

#fdd434

Complementary Color

#fdd434 #345dfd

#fdd434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd434 Color CSS Codes

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

#fdd434 Text Font Color

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

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


#fdd434 Background Color

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

This div background color is #fdd434


#fdd434 Border Color

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

This div border color is #fdd434


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,212,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdd434; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdd434;
  -webkit-box-shadow: 1px 1px 3px 2px #fdd434;
  box-shadow:         1px 1px 3px 2px #fdd434; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,212,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd434


Comments

No comments written yet.

Please login to write comment.