Color Hex Logo

#fdeb1b Color Hex

#FDEB1B
(253,235,27)
0 Favorites   0 Comments

Color spaces of #fdeb1b

RGB 25323527
HSL0.150.980.55
HSV55°89°99°
CMYK 0.000.070.89   0.01
XYZ70.414280.378412.8403
Yxy80.37840.43030.4912
Hunter Lab89.6540-16.700754.2663
CIE-Lab91.8544-12.467387.8786

#fdeb1b color RGB value is (253,235,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 00011011
Octal 375 353 33
Decimal 253 235 27
Hex FD EB 1B

RGB Percentages of Color #fdeb1b

%49.13
%45.63
%5.24

CMYK Percentages of Color #fdeb1b

%0
%7
%89
%1

Triadic Colors of #fdeb1b

#fdeb1b #1bfdeb #eb1bfd

Analogous Colors of #fdeb1b

#fdeb1b #9efd1b #fd7a1b

Monochromatic Colors of #fdeb1b

#fdeb1b

Complementary Color

#fdeb1b #1b2dfd

#fdeb1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb1b Color CSS Codes

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

#fdeb1b Text Font Color

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

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


#fdeb1b Background Color

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

This div background color is #fdeb1b


#fdeb1b Border Color

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

This div border color is #fdeb1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb1b


Comments

No comments written yet.

Please login to write comment.