Color Hex Logo

#fdbc69 Color Hex

#FDBC69
(253,188,105)
0 Favorites   0 Comments

Color spaces of #fdbc69

RGB 253188105
HSL0.090.970.70
HSV34°58°99°
CMYK 0.000.260.58   0.01
XYZ61.041057.869021.3172
Yxy57.86900.43530.4127
Hunter Lab76.071710.105536.6356
CIE-Lab80.665914.721050.5330

#fdbc69 color RGB value is (253,188,105).

#fdbc69 hex color red value is 253, green value is 188 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fdbc69 hue: 0.09 , saturation: 0.97 and the lightness value of fdbc69 is 0.70.

The process color (four color CMYK) of #fdbc69 color hex is 0.00, 0.26, 0.58, 0.01. Web safe color of #fdbc69 is #ffcc66. Color #fdbc69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 01101001
Octal 375 274 151
Decimal 253 188 105
Hex FD BC 69

RGB Percentages of Color #fdbc69

%46.34
%34.43
%19.23

CMYK Percentages of Color #fdbc69

%0
%26
%58
%1

Triadic Colors of #fdbc69

#fdbc69 #69fdbc #bc69fd

Analogous Colors of #fdbc69

#fdbc69 #f4fd69 #fd7269

Monochromatic Colors of #fdbc69

#fdbc69

Complementary Color

#fdbc69 #69aafd

#fdbc69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbc69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbc69 Color CSS Codes

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

#fdbc69 Text Font Color

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

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


#fdbc69 Background Color

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

This div background color is #fdbc69


#fdbc69 Border Color

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

This div border color is #fdbc69


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,188,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdbc69; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdbc69;
  -webkit-box-shadow: 1px 1px 3px 2px #fdbc69;
  box-shadow:         1px 1px 3px 2px #fdbc69; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,188,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbc69


Comments

No comments written yet.

Please login to write comment.