Color Hex Logo

#fdf02b Color Hex

#FDF02B
(253,240,43)
0 Favorites   0 Comments

Color spaces of #fdf02b

RGB 25324043
HSL0.160.980.58
HSV56°83°99°
CMYK 0.000.050.83   0.01
XYZ72.104183.377214.5786
Yxy83.37720.42400.4903
Hunter Lab91.3111-18.841454.4516
CIE-Lab93.1793-14.587685.9230

#fdf02b color RGB value is (253,240,43).

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

The process color (four color CMYK) of #fdf02b color hex is 0.00, 0.05, 0.83, 0.01. Web safe color of #fdf02b is #ffff33. Color #fdf02b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110000 00101011
Octal 375 360 53
Decimal 253 240 43
Hex FD F0 2B

RGB Percentages of Color #fdf02b

%47.20
%44.78
%8.02

CMYK Percentages of Color #fdf02b

%0
%5
%83
%1

Triadic Colors of #fdf02b

#fdf02b #2bfdf0 #f02bfd

Analogous Colors of #fdf02b

#fdf02b #a1fd2b #fd872b

Monochromatic Colors of #fdf02b

#fdf02b

Complementary Color

#fdf02b #2b38fd

#fdf02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf02b Color CSS Codes

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

#fdf02b Text Font Color

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

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


#fdf02b Background Color

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

This div background color is #fdf02b


#fdf02b Border Color

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

This div border color is #fdf02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf02b

Related Colors


Comments

No comments written yet.

Please login to write comment.