Color Hex Logo

#fdd230 Color Hex

#FDD230
(253,210,48)
0 Favorites   0 Comments

Color spaces of #fdd230

RGB 25321048
HSL0.130.980.59
HSV47°81°99°
CMYK 0.000.170.81   0.01
XYZ64.088167.189212.3873
Yxy67.18920.44610.4677
Hunter Lab81.9690-3.884248.4183
CIE-Lab85.59940.517878.2613

#fdd230 color RGB value is (253,210,48).

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

The process color (four color CMYK) of #fdd230 color hex is 0.00, 0.17, 0.81, 0.01. Web safe color of #fdd230 is #ffcc33. Color #fdd230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 00110000
Octal 375 322 60
Decimal 253 210 48
Hex FD D2 30

RGB Percentages of Color #fdd230

%49.51
%41.10
%9.39

CMYK Percentages of Color #fdd230

%0
%17
%81
%1

Triadic Colors of #fdd230

#fdd230 #30fdd2 #d230fd

Analogous Colors of #fdd230

#fdd230 #c2fd30 #fd6c30

Monochromatic Colors of #fdd230

#fdd230

Complementary Color

#fdd230 #305bfd

#fdd230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd230 Color CSS Codes

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

#fdd230 Text Font Color

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

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


#fdd230 Background Color

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

This div background color is #fdd230


#fdd230 Border Color

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

This div border color is #fdd230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd230


Comments

No comments written yet.

Please login to write comment.