Color Hex Logo

#fdda33 Color Hex

#FDDA33
(253,218,51)
0 Favorites   0 Comments

Color spaces of #fdda33

RGB 25321851
HSL0.140.980.60
HSV50°80°99°
CMYK 0.000.140.80   0.01
XYZ66.177071.264513.3995
Yxy71.26450.43870.4724
Hunter Lab84.4183-7.802749.6819
CIE-Lab87.6134-3.450379.1629

#fdda33 color RGB value is (253,218,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 00110011
Octal 375 332 63
Decimal 253 218 51
Hex FD DA 33

RGB Percentages of Color #fdda33

%48.47
%41.76
%9.77

CMYK Percentages of Color #fdda33

%0
%14
%80
%1

Triadic Colors of #fdda33

#fdda33 #33fdda #da33fd

Analogous Colors of #fdda33

#fdda33 #bbfd33 #fd7533

Monochromatic Colors of #fdda33

#fdda33

Complementary Color

#fdda33 #3356fd

#fdda33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda33 Color CSS Codes

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

#fdda33 Text Font Color

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

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


#fdda33 Background Color

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

This div background color is #fdda33


#fdda33 Border Color

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

This div border color is #fdda33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda33


Comments

No comments written yet.

Please login to write comment.