Color Hex Logo

#fbca66 Color Hex

#FBCA66
(251,202,102)
0 Favorites   0 Comments

Color spaces of #fbca66

RGB 251202102
HSL0.110.950.69
HSV40°59°98°
CMYK 0.000.200.59   0.02
XYZ63.302563.709621.5312
Yxy63.70960.42620.4289
Hunter Lab79.81831.883239.8792
CIE-Lab83.81436.413155.5740

#fbca66 color RGB value is (251,202,102).

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

The process color (four color CMYK) of #fbca66 color hex is 0.00, 0.20, 0.59, 0.02. Web safe color of #fbca66 is #ffcc66. Color #fbca66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 01100110
Octal 373 312 146
Decimal 251 202 102
Hex FB CA 66

RGB Percentages of Color #fbca66

%45.23
%36.40
%18.38

CMYK Percentages of Color #fbca66

%0
%20
%59
%2

Triadic Colors of #fbca66

#fbca66 #66fbca #ca66fb

Analogous Colors of #fbca66

#fbca66 #e2fb66 #fb8066

Monochromatic Colors of #fbca66

#fbca66

Complementary Color

#fbca66 #6697fb

#fbca66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca66 Color CSS Codes

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

#fbca66 Text Font Color

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

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


#fbca66 Background Color

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

This div background color is #fbca66


#fbca66 Border Color

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

This div border color is #fbca66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca66

Related Colors


Comments

No comments written yet.

Please login to write comment.