Color Hex Logo

#fbcd70 Color Hex

#FBCD70
(251,205,112)
0 Favorites   0 Comments

Color spaces of #fbcd70

RGB 251205112
HSL0.110.950.71
HSV40°55°98°
CMYK 0.000.180.55   0.02
XYZ64.539665.341724.5398
Yxy65.34170.41790.4231
Hunter Lab80.83421.058038.5846
CIE-Lab84.65955.596251.8388

#fbcd70 color RGB value is (251,205,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 01110000
Octal 373 315 160
Decimal 251 205 112
Hex FB CD 70

RGB Percentages of Color #fbcd70

%44.19
%36.09
%19.72

CMYK Percentages of Color #fbcd70

%0
%18
%55
%2

Triadic Colors of #fbcd70

#fbcd70 #70fbcd #cd70fb

Analogous Colors of #fbcd70

#fbcd70 #e4fb70 #fb8870

Monochromatic Colors of #fbcd70

#fbcd70

Complementary Color

#fbcd70 #709efb

#fbcd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcd70 Color CSS Codes

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

#fbcd70 Text Font Color

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

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


#fbcd70 Background Color

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

This div background color is #fbcd70


#fbcd70 Border Color

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

This div border color is #fbcd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcd70

Related Colors


Comments

No comments written yet.

Please login to write comment.