Color Hex Logo

#fdda2b Color Hex

#FDDA2B
(253,218,43)
0 Favorites   0 Comments

Color spaces of #fdda2b

RGB 25321843
HSL0.140.980.58
HSV50°83°99°
CMYK 0.000.140.83   0.01
XYZ66.015571.199912.5491
Yxy71.19990.44080.4754
Hunter Lab84.3800-8.013950.2483
CIE-Lab87.5820-3.676181.2595

#fdda2b color RGB value is (253,218,43).

#fdda2b hex color red value is 253, green value is 218 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fdda2b hue: 0.14 , saturation: 0.98 and the lightness value of fdda2b is 0.58.

The process color (four color CMYK) of #fdda2b color hex is 0.00, 0.14, 0.83, 0.01. Web safe color of #fdda2b is #ffcc33. Color #fdda2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 00101011
Octal 375 332 53
Decimal 253 218 43
Hex FD DA 2B

RGB Percentages of Color #fdda2b

%49.22
%42.41
%8.37

CMYK Percentages of Color #fdda2b

%0
%14
%83
%1

Triadic Colors of #fdda2b

#fdda2b #2bfdda #da2bfd

Analogous Colors of #fdda2b

#fdda2b #b7fd2b #fd712b

Monochromatic Colors of #fdda2b

#fdda2b

Complementary Color

#fdda2b #2b4efd

#fdda2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda2b Color CSS Codes

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

#fdda2b Text Font Color

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

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


#fdda2b Background Color

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

This div background color is #fdda2b


#fdda2b Border Color

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

This div border color is #fdda2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda2b


Comments

No comments written yet.

Please login to write comment.