Color Hex Logo

#fff38c Color Hex

#FFF38C
(255,243,140)
0 Favorites   0 Comments

Color spaces of #fff38c

RGB 255243140
HSL0.151.000.77
HSV54°45°100°
CMYK 0.000.050.45   0.00
XYZ78.024287.254637.5405
Yxy87.25460.38470.4302
Hunter Lab93.4102-14.369341.5591
CIE-Lab94.8462-9.618850.8726

#fff38c color RGB value is (255,243,140).

#fff38c hex color red value is 255, green value is 243 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fff38c hue: 0.15 , saturation: 1.00 and the lightness value of fff38c is 0.77.

The process color (four color CMYK) of #fff38c color hex is 0.00, 0.05, 0.45, 0.00. Web safe color of #fff38c is #ffff99. Color #fff38c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110011 10001100
Octal 377 363 214
Decimal 255 243 140
Hex FF F3 8C

RGB Percentages of Color #fff38c

%39.97
%38.09
%21.94

CMYK Percentages of Color #fff38c

%0
%5
%45
%0

Triadic Colors of #fff38c

#fff38c #8cfff3 #f38cff

Analogous Colors of #fff38c

#fff38c #d2ff8c #ffba8c

Monochromatic Colors of #fff38c

#fff38c

Complementary Color

#fff38c #8c98ff

#fff38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff38c Color CSS Codes

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

#fff38c Text Font Color

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

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


#fff38c Background Color

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

This div background color is #fff38c


#fff38c Border Color

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

This div border color is #fff38c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,243,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fff38c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fff38c;
  -webkit-box-shadow: 1px 1px 3px 2px #fff38c;
  box-shadow:         1px 1px 3px 2px #fff38c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,243,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff38c

#fff38c Color Palettes


Comments

No comments written yet.

Please login to write comment.