Color Hex Logo

#ffc48d Color Hex

#FFC48D
(255,196,141)
0 Favorites   0 Comments

Color spaces of #ffc48d

RGB 255196141
HSL0.081.000.78
HSV29°45°100°
CMYK 0.000.230.45   0.00
XYZ65.787662.662933.8271
Yxy62.66290.40540.3861
Hunter Lab79.15999.816630.0758
CIE-Lab83.264714.423035.6900

#ffc48d color RGB value is (255,196,141).

#ffc48d hex color red value is 255, green value is 196 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ffc48d hue: 0.08 , saturation: 1.00 and the lightness value of ffc48d is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 10001101
Octal 377 304 215
Decimal 255 196 141
Hex FF C4 8D

RGB Percentages of Color #ffc48d

%43.07
%33.11
%23.82

CMYK Percentages of Color #ffc48d

%0
%23
%45
%0

Triadic Colors of #ffc48d

#ffc48d #8dffc4 #c48dff

Analogous Colors of #ffc48d

#ffc48d #fffd8d #ff8d8f

Monochromatic Colors of #ffc48d

#ffc48d

Complementary Color

#ffc48d #8dc8ff

#ffc48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc48d Color CSS Codes

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

#ffc48d Text Font Color

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

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


#ffc48d Background Color

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

This div background color is #ffc48d


#ffc48d Border Color

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

This div border color is #ffc48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc48d


Comments

No comments written yet.

Please login to write comment.