Color Hex Logo

#fdef43 Color Hex

#FDEF43
(253,239,67)
0 Favorites   0 Comments

Color spaces of #fdef43

RGB 25323967
HSL0.150.980.63
HSV55°74°99°
CMYK 0.000.060.74   0.01
XYZ72.387683.020917.5196
Yxy83.02090.41860.4801
Hunter Lab91.1158-17.642152.3809
CIE-Lab93.0236-13.319479.1911

#fdef43 color RGB value is (253,239,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 01000011
Octal 375 357 103
Decimal 253 239 67
Hex FD EF 43

RGB Percentages of Color #fdef43

%45.26
%42.75
%11.99

CMYK Percentages of Color #fdef43

%0
%6
%74
%1

Triadic Colors of #fdef43

#fdef43 #43fdef #ef43fd

Analogous Colors of #fdef43

#fdef43 #aefd43 #fd9243

Monochromatic Colors of #fdef43

#fdef43

Complementary Color

#fdef43 #4351fd

#fdef43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdef43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdef43 Color CSS Codes

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

#fdef43 Text Font Color

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

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


#fdef43 Background Color

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

This div background color is #fdef43


#fdef43 Border Color

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

This div border color is #fdef43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdef43

Related Colors


Comments

No comments written yet.

Please login to write comment.