Color Hex Logo

#fdbe23 Color Hex

#FDBE23
(253,190,35)
0 Favorites   0 Comments

Color spaces of #fdbe23

RGB 25319035
HSL0.120.980.56
HSV43°86°99°
CMYK 0.000.250.86   0.01
XYZ59.224857.83099.6311
Yxy57.83090.46750.4565
Hunter Lab76.04665.933545.7237
CIE-Lab80.644710.490977.5170

#fdbe23 color RGB value is (253,190,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 00100011
Octal 375 276 43
Decimal 253 190 35
Hex FD BE 23

RGB Percentages of Color #fdbe23

%52.93
%39.75
%7.32

CMYK Percentages of Color #fdbe23

%0
%25
%86
%1

Triadic Colors of #fdbe23

#fdbe23 #23fdbe #be23fd

Analogous Colors of #fdbe23

#fdbe23 #cffd23 #fd5123

Monochromatic Colors of #fdbe23

#fdbe23

Complementary Color

#fdbe23 #2362fd

#fdbe23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbe23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbe23 Color CSS Codes

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

#fdbe23 Text Font Color

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

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


#fdbe23 Background Color

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

This div background color is #fdbe23


#fdbe23 Border Color

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

This div border color is #fdbe23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbe23


Comments

No comments written yet.

Please login to write comment.