Color Hex Logo

#fdef34 Color Hex

#FDEF34
(253,239,52)
0 Favorites   0 Comments

Color spaces of #fdef34

RGB 25323952
HSL0.160.980.60
HSV56°79°99°
CMYK 0.000.060.79   0.01
XYZ71.994382.863615.4486
Yxy82.86360.42270.4866
Hunter Lab91.0294-18.127653.6585
CIE-Lab92.9547-13.850983.5396

#fdef34 color RGB value is (253,239,52).

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

The process color (four color CMYK) of #fdef34 color hex is 0.00, 0.06, 0.79, 0.01. Web safe color of #fdef34 is #ffff33. Color #fdef34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 00110100
Octal 375 357 64
Decimal 253 239 52
Hex FD EF 34

RGB Percentages of Color #fdef34

%46.51
%43.93
%9.56

CMYK Percentages of Color #fdef34

%0
%6
%79
%1

Triadic Colors of #fdef34

#fdef34 #34fdef #ef34fd

Analogous Colors of #fdef34

#fdef34 #a7fd34 #fd8b34

Monochromatic Colors of #fdef34

#fdef34

Complementary Color

#fdef34 #3442fd

#fdef34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdef34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdef34 Color CSS Codes

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

#fdef34 Text Font Color

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

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


#fdef34 Background Color

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

This div background color is #fdef34


#fdef34 Border Color

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

This div border color is #fdef34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdef34

Related Colors


Comments

No comments written yet.

Please login to write comment.