Color Hex Logo

#fadd48 Color Hex

#FADD48
(250,221,72)
0 Favorites   0 Comments

Color spaces of #fadd48

RGB 25022172
HSL0.140.950.63
HSV50°71°98°
CMYK 0.000.120.71   0.02
XYZ66.450572.504816.6234
Yxy72.50480.42710.4660
Hunter Lab85.1498-9.711448.0299
CIE-Lab88.2110-5.416772.7810

#fadd48 color RGB value is (250,221,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 01001000
Octal 372 335 110
Decimal 250 221 72
Hex FA DD 48

RGB Percentages of Color #fadd48

%46.04
%40.70
%13.26

CMYK Percentages of Color #fadd48

%0
%12
%71
%2

Triadic Colors of #fadd48

#fadd48 #48fadd #dd48fa

Analogous Colors of #fadd48

#fadd48 #befa48 #fa8448

Monochromatic Colors of #fadd48

#fadd48

Complementary Color

#fadd48 #4865fa

#fadd48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadd48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadd48 Color CSS Codes

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

#fadd48 Text Font Color

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

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


#fadd48 Background Color

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

This div background color is #fadd48


#fadd48 Border Color

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

This div border color is #fadd48


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,221,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadd48


Comments

No comments written yet.

Please login to write comment.