Color Hex Logo

#fadd34 Color Hex

#FADD34
(250,221,52)
0 Favorites   0 Comments

Color spaces of #fadd34

RGB 25022152
HSL0.140.950.59
HSV51°79°98°
CMYK 0.000.120.79   0.02
XYZ65.900672.284813.7278
Yxy72.28480.43380.4758
Hunter Lab85.0205-10.427949.9411
CIE-Lab88.1055-6.189479.2055

#fadd34 color RGB value is (250,221,52).

#fadd34 hex color red value is 250, green value is 221 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #fadd34 hue: 0.14 , saturation: 0.95 and the lightness value of fadd34 is 0.59.

The process color (four color CMYK) of #fadd34 color hex is 0.00, 0.12, 0.79, 0.02. Web safe color of #fadd34 is #ffcc33. Color #fadd34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 00110100
Octal 372 335 64
Decimal 250 221 52
Hex FA DD 34

RGB Percentages of Color #fadd34

%47.80
%42.26
%9.94

CMYK Percentages of Color #fadd34

%0
%12
%79
%2

Triadic Colors of #fadd34

#fadd34 #34fadd #dd34fa

Analogous Colors of #fadd34

#fadd34 #b4fa34 #fa7a34

Monochromatic Colors of #fadd34

#fadd34

Complementary Color

#fadd34 #3451fa

#fadd34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadd34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadd34 Color CSS Codes

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

#fadd34 Text Font Color

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

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


#fadd34 Background Color

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

This div background color is #fadd34


#fadd34 Border Color

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

This div border color is #fadd34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadd34

#fadd34 Color Palettes


Comments

No comments written yet.

Please login to write comment.