Color Hex Logo

#fbd462 Color Hex

#FBD462
(251,212,98)
0 Favorites   0 Comments

Color spaces of #fbd462

RGB 25121298
HSL0.120.950.68
HSV45°61°98°
CMYK 0.000.160.61   0.02
XYZ65.531768.478021.3190
Yxy68.47800.42190.4409
Hunter Lab82.7514-3.459142.6513
CIE-Lab86.24491.003060.1487

#fbd462 color RGB value is (251,212,98).

#fbd462 hex color red value is 251, green value is 212 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #fbd462 hue: 0.12 , saturation: 0.95 and the lightness value of fbd462 is 0.68.

The process color (four color CMYK) of #fbd462 color hex is 0.00, 0.16, 0.61, 0.02. Web safe color of #fbd462 is #ffcc66. Color #fbd462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 01100010
Octal 373 324 142
Decimal 251 212 98
Hex FB D4 62

RGB Percentages of Color #fbd462

%44.74
%37.79
%17.47

CMYK Percentages of Color #fbd462

%0
%16
%61
%2

Triadic Colors of #fbd462

#fbd462 #62fbd4 #d462fb

Analogous Colors of #fbd462

#fbd462 #d6fb62 #fb8862

Monochromatic Colors of #fbd462

#fbd462

Complementary Color

#fbd462 #6289fb

#fbd462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd462 Color CSS Codes

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

#fbd462 Text Font Color

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

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


#fbd462 Background Color

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

This div background color is #fbd462


#fbd462 Border Color

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

This div border color is #fbd462


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,212,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd462

Related Colors


Comments

No comments written yet.

Please login to write comment.