Color Hex Logo

#fbe694 Color Hex

#FBE694
(251,230,148)
0 Favorites   0 Comments

Color spaces of #fbe694

RGB 251230148
HSL0.130.930.78
HSV48°41°98°
CMYK 0.000.080.41   0.02
XYZ73.425879.241039.4421
Yxy79.24100.38220.4125
Hunter Lab89.0174-8.545236.0418
CIE-Lab91.3432-3.903942.5039

#fbe694 color RGB value is (251,230,148).

#fbe694 hex color red value is 251, green value is 230 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #fbe694 hue: 0.13 , saturation: 0.93 and the lightness value of fbe694 is 0.78.

The process color (four color CMYK) of #fbe694 color hex is 0.00, 0.08, 0.41, 0.02. Web safe color of #fbe694 is #ffff99. Color #fbe694 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100110 10010100
Octal 373 346 224
Decimal 251 230 148
Hex FB E6 94

RGB Percentages of Color #fbe694

%39.90
%36.57
%23.53

CMYK Percentages of Color #fbe694

%0
%8
%41
%2

Triadic Colors of #fbe694

#fbe694 #94fbe6 #e694fb

Analogous Colors of #fbe694

#fbe694 #ddfb94 #fbb394

Monochromatic Colors of #fbe694

#fbe694

Complementary Color

#fbe694 #94a9fb

#fbe694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe694 Color CSS Codes

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

#fbe694 Text Font Color

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

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


#fbe694 Background Color

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

This div background color is #fbe694


#fbe694 Border Color

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

This div border color is #fbe694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe694


Comments

No comments written yet.

Please login to write comment.