Color Hex Logo

#fdeb28 Color Hex

#FDEB28
(253,235,40)
0 Favorites   0 Comments

Color spaces of #fdeb28

RGB 25323540
HSL0.150.980.57
HSV55°84°99°
CMYK 0.000.070.84   0.01
XYZ70.599380.452513.8154
Yxy80.45250.42820.4880
Hunter Lab89.6953-16.469253.6545
CIE-Lab91.8875-12.214085.5133

#fdeb28 color RGB value is (253,235,40).

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

The process color (four color CMYK) of #fdeb28 color hex is 0.00, 0.07, 0.84, 0.01. Web safe color of #fdeb28 is #ffff33. Color #fdeb28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 00101000
Octal 375 353 50
Decimal 253 235 40
Hex FD EB 28

RGB Percentages of Color #fdeb28

%47.92
%44.51
%7.58

CMYK Percentages of Color #fdeb28

%0
%7
%84
%1

Triadic Colors of #fdeb28

#fdeb28 #28fdeb #eb28fd

Analogous Colors of #fdeb28

#fdeb28 #a5fd28 #fd8128

Monochromatic Colors of #fdeb28

#fdeb28

Complementary Color

#fdeb28 #283afd

#fdeb28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb28 Color CSS Codes

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

#fdeb28 Text Font Color

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

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


#fdeb28 Background Color

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

This div background color is #fdeb28


#fdeb28 Border Color

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

This div border color is #fdeb28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb28


Comments

No comments written yet.

Please login to write comment.