Color Hex Logo

#fbd465 Color Hex

#FBD465
(251,212,101)
0 Favorites   0 Comments

Color spaces of #fbd465

RGB 251212101
HSL0.120.950.69
HSV44°60°98°
CMYK 0.000.160.60   0.02
XYZ65.676168.535822.0791
Yxy68.53580.42020.4385
Hunter Lab82.7864-3.268442.1378
CIE-Lab86.27371.203358.8341

#fbd465 color RGB value is (251,212,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 01100101
Octal 373 324 145
Decimal 251 212 101
Hex FB D4 65

RGB Percentages of Color #fbd465

%44.50
%37.59
%17.91

CMYK Percentages of Color #fbd465

%0
%16
%60
%2

Triadic Colors of #fbd465

#fbd465 #65fbd4 #d465fb

Analogous Colors of #fbd465

#fbd465 #d7fb65 #fb8965

Monochromatic Colors of #fbd465

#fbd465

Complementary Color

#fbd465 #658cfb

#fbd465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd465 Color CSS Codes

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

#fbd465 Text Font Color

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

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


#fbd465 Background Color

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

This div background color is #fbd465


#fbd465 Border Color

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

This div border color is #fbd465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd465


Comments

No comments written yet.

Please login to write comment.