Color Hex Logo

#fdc07b Color Hex

#FDC07B
(253,192,123)
0 Favorites   0 Comments

Color spaces of #fdc07b

RGB 253192123
HSL0.090.970.74
HSV32°51°99°
CMYK 0.000.240.51   0.01
XYZ62.932860.012027.0054
Yxy60.01200.41970.4002
Hunter Lab77.46749.441533.5585
CIE-Lab81.844714.051243.0388

#fdc07b color RGB value is (253,192,123).

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

The process color (four color CMYK) of #fdc07b color hex is 0.00, 0.24, 0.51, 0.01. Web safe color of #fdc07b is #ffcc66. Color #fdc07b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000000 01111011
Octal 375 300 173
Decimal 253 192 123
Hex FD C0 7B

RGB Percentages of Color #fdc07b

%44.54
%33.80
%21.65

CMYK Percentages of Color #fdc07b

%0
%24
%51
%1

Triadic Colors of #fdc07b

#fdc07b #7bfdc0 #c07bfd

Analogous Colors of #fdc07b

#fdc07b #f9fd7b #fd7f7b

Monochromatic Colors of #fdc07b

#fdc07b

Complementary Color

#fdc07b #7bb8fd

#fdc07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc07b Color CSS Codes

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

#fdc07b Text Font Color

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

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


#fdc07b Background Color

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

This div background color is #fdc07b


#fdc07b Border Color

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

This div border color is #fdc07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc07b


Comments

No comments written yet.

Please login to write comment.