Color Hex Logo

#fdbe26 Color Hex

#FDBE26
(253,190,38)
0 Favorites   0 Comments

Color spaces of #fdbe26

RGB 25319038
HSL0.120.980.57
HSV42°85°99°
CMYK 0.000.250.85   0.01
XYZ59.271357.84959.8759
Yxy57.84950.46670.4555
Hunter Lab76.05895.998845.5427
CIE-Lab80.655010.558076.7861

#fdbe26 color RGB value is (253,190,38).

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

The process color (four color CMYK) of #fdbe26 color hex is 0.00, 0.25, 0.85, 0.01. Web safe color of #fdbe26 is #ffcc33. Color #fdbe26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 00100110
Octal 375 276 46
Decimal 253 190 38
Hex FD BE 26

RGB Percentages of Color #fdbe26

%52.60
%39.50
%7.90

CMYK Percentages of Color #fdbe26

%0
%25
%85
%1

Triadic Colors of #fdbe26

#fdbe26 #26fdbe #be26fd

Analogous Colors of #fdbe26

#fdbe26 #d1fd26 #fd5226

Monochromatic Colors of #fdbe26

#fdbe26

Complementary Color

#fdbe26 #2665fd

#fdbe26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbe26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbe26 Color CSS Codes

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

#fdbe26 Text Font Color

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

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


#fdbe26 Background Color

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

This div background color is #fdbe26


#fdbe26 Border Color

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

This div border color is #fdbe26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbe26


Comments

No comments written yet.

Please login to write comment.