Color Hex Logo

#fbd023 Color Hex

#FBD023
(251,208,35)
0 Favorites   0 Comments

Color spaces of #fbd023

RGB 25120835
HSL0.130.960.56
HSV48°86°98°
CMYK 0.000.170.86   0.02
XYZ62.642965.742310.9780
Yxy65.74230.44950.4717
Hunter Lab81.0816-3.985448.7296
CIE-Lab84.86480.363480.8188

#fbd023 color RGB value is (251,208,35).

#fbd023 hex color red value is 251, green value is 208 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #fbd023 hue: 0.13 , saturation: 0.96 and the lightness value of fbd023 is 0.56.

The process color (four color CMYK) of #fbd023 color hex is 0.00, 0.17, 0.86, 0.02. Web safe color of #fbd023 is #ffcc33. Color #fbd023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 00100011
Octal 373 320 43
Decimal 251 208 35
Hex FB D0 23

RGB Percentages of Color #fbd023

%50.81
%42.11
%7.09

CMYK Percentages of Color #fbd023

%0
%17
%86
%2

Triadic Colors of #fbd023

#fbd023 #23fbd0 #d023fb

Analogous Colors of #fbd023

#fbd023 #bafb23 #fb6423

Monochromatic Colors of #fbd023

#fbd023

Complementary Color

#fbd023 #234efb

#fbd023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd023 Color CSS Codes

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

#fbd023 Text Font Color

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

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


#fbd023 Background Color

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

This div background color is #fbd023


#fbd023 Border Color

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

This div border color is #fbd023


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,208,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 #fbd023">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd023


Comments

No comments written yet.

Please login to write comment.