Color Hex Logo

#ffd383 Color Hex

#FFD383
(255,211,131)
0 Favorites   0 Comments

Color spaces of #ffd383

RGB 255211131
HSL0.111.000.76
HSV39°49°100°
CMYK 0.000.170.49   0.00
XYZ68.631069.487231.2679
Yxy69.48720.40520.4102
Hunter Lab83.35901.084136.1116
CIE-Lab86.74475.705245.1961

#ffd383 color RGB value is (255,211,131).

#ffd383 hex color red value is 255, green value is 211 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ffd383 hue: 0.11 , saturation: 1.00 and the lightness value of ffd383 is 0.76.

The process color (four color CMYK) of #ffd383 color hex is 0.00, 0.17, 0.49, 0.00. Web safe color of #ffd383 is #ffcc99. Color #ffd383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 10000011
Octal 377 323 203
Decimal 255 211 131
Hex FF D3 83

RGB Percentages of Color #ffd383

%42.71
%35.34
%21.94

CMYK Percentages of Color #ffd383

%0
%17
%49
%0

Triadic Colors of #ffd383

#ffd383 #83ffd3 #d383ff

Analogous Colors of #ffd383

#ffd383 #edff83 #ff9583

Monochromatic Colors of #ffd383

#ffd383

Complementary Color

#ffd383 #83afff

#ffd383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd383 Color CSS Codes

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

#ffd383 Text Font Color

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

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


#ffd383 Background Color

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

This div background color is #ffd383


#ffd383 Border Color

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

This div border color is #ffd383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd383

Related Colors


Comments

No comments written yet.

Please login to write comment.