Color Hex Logo

#fbce65 Color Hex

#FBCE65
(251,206,101)
0 Favorites   0 Comments

Color spaces of #fbce65

RGB 251206101
HSL0.120.950.69
HSV42°60°98°
CMYK 0.000.180.60   0.02
XYZ64.203965.591421.5884
Yxy65.59140.42410.4333
Hunter Lab80.9885-0.223540.8875
CIE-Lab84.78764.281057.1489

#fbce65 color RGB value is (251,206,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 01100101
Octal 373 316 145
Decimal 251 206 101
Hex FB CE 65

RGB Percentages of Color #fbce65

%44.98
%36.92
%18.10

CMYK Percentages of Color #fbce65

%0
%18
%60
%2

Triadic Colors of #fbce65

#fbce65 #65fbce #ce65fb

Analogous Colors of #fbce65

#fbce65 #ddfb65 #fb8365

Monochromatic Colors of #fbce65

#fbce65

Complementary Color

#fbce65 #6592fb

#fbce65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbce65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbce65 Color CSS Codes

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

#fbce65 Text Font Color

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

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


#fbce65 Background Color

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

This div background color is #fbce65


#fbce65 Border Color

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

This div border color is #fbce65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbce65

Related Colors


Comments

No comments written yet.

Please login to write comment.