Color Hex Logo

#fdc38a Color Hex

#FDC38A
(253,195,138)
0 Favorites   0 Comments

Color spaces of #fdc38a

RGB 253195138
HSL0.080.970.77
HSV30°45°99°
CMYK 0.000.230.45   0.01
XYZ64.610661.747832.5579
Yxy61.74780.40660.3886
Hunter Lab78.57989.253430.4403
CIE-Lab82.779113.862536.5686

#fdc38a color RGB value is (253,195,138).

#fdc38a hex color red value is 253, green value is 195 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fdc38a hue: 0.08 , saturation: 0.97 and the lightness value of fdc38a is 0.77.

The process color (four color CMYK) of #fdc38a color hex is 0.00, 0.23, 0.45, 0.01. Web safe color of #fdc38a is #ffcc99. Color #fdc38a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000011 10001010
Octal 375 303 212
Decimal 253 195 138
Hex FD C3 8A

RGB Percentages of Color #fdc38a

%43.17
%33.28
%23.55

CMYK Percentages of Color #fdc38a

%0
%23
%45
%1

Triadic Colors of #fdc38a

#fdc38a #8afdc3 #c38afd

Analogous Colors of #fdc38a

#fdc38a #fdfd8a #fd8a8b

Monochromatic Colors of #fdc38a

#fdc38a

Complementary Color

#fdc38a #8ac4fd

#fdc38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc38a Color CSS Codes

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

#fdc38a Text Font Color

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

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


#fdc38a Background Color

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

This div background color is #fdc38a


#fdc38a Border Color

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

This div border color is #fdc38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc38a


Comments

No comments written yet.

Please login to write comment.