Color Hex Logo

#fdbc22 Color Hex

#FDBC22
(253,188,34)
0 Favorites   0 Comments

Color spaces of #fdbc22

RGB 25318834
HSL0.120.980.56
HSV42°87°99°
CMYK 0.000.260.87   0.01
XYZ58.780056.96469.4106
Yxy56.96460.46970.4552
Hunter Lab75.47496.935145.4398
CIE-Lab80.159711.509677.3661

#fdbc22 color RGB value is (253,188,34).

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

The process color (four color CMYK) of #fdbc22 color hex is 0.00, 0.26, 0.87, 0.01. Web safe color of #fdbc22 is #ffcc33. Color #fdbc22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 00100010
Octal 375 274 42
Decimal 253 188 34
Hex FD BC 22

RGB Percentages of Color #fdbc22

%53.26
%39.58
%7.16

CMYK Percentages of Color #fdbc22

%0
%26
%87
%1

Triadic Colors of #fdbc22

#fdbc22 #22fdbc #bc22fd

Analogous Colors of #fdbc22

#fdbc22 #d1fd22 #fd4f22

Monochromatic Colors of #fdbc22

#fdbc22

Complementary Color

#fdbc22 #2263fd

#fdbc22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbc22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbc22 Color CSS Codes

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

#fdbc22 Text Font Color

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

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


#fdbc22 Background Color

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

This div background color is #fdbc22


#fdbc22 Border Color

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

This div border color is #fdbc22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbc22


Comments

No comments written yet.

Please login to write comment.