Color Hex Logo

#fbcd30 Color Hex

#FBCD30
(251,205,48)
0 Favorites   0 Comments

Color spaces of #fbcd30

RGB 25120548
HSL0.130.960.59
HSV46°81°98°
CMYK 0.000.180.81   0.02
XYZ62.148564.385311.9483
Yxy64.38530.44880.4649
Hunter Lab80.2405-2.167547.3397
CIE-Lab84.16602.227876.9485

#fbcd30 color RGB value is (251,205,48).

#fbcd30 hex color red value is 251, green value is 205 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #fbcd30 hue: 0.13 , saturation: 0.96 and the lightness value of fbcd30 is 0.59.

The process color (four color CMYK) of #fbcd30 color hex is 0.00, 0.18, 0.81, 0.02. Web safe color of #fbcd30 is #ffcc33. Color #fbcd30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 00110000
Octal 373 315 60
Decimal 251 205 48
Hex FB CD 30

RGB Percentages of Color #fbcd30

%49.80
%40.67
%9.52

CMYK Percentages of Color #fbcd30

%0
%18
%81
%2

Triadic Colors of #fbcd30

#fbcd30 #30fbcd #cd30fb

Analogous Colors of #fbcd30

#fbcd30 #c4fb30 #fb6830

Monochromatic Colors of #fbcd30

#fbcd30

Complementary Color

#fbcd30 #305efb

#fbcd30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcd30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcd30 Color CSS Codes

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

#fbcd30 Text Font Color

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

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


#fbcd30 Background Color

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

This div background color is #fbcd30


#fbcd30 Border Color

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

This div border color is #fbcd30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcd30

#fbcd30 Color Palettes


Comments

No comments written yet.

Please login to write comment.