Color Hex Logo

#ffd885 Color Hex

#FFD885
(255,216,133)
2 Favorites   0 Comments

Color spaces of #ffd885

RGB 255216133
HSL0.111.000.76
HSV41°48°100°
CMYK 0.000.150.48   0.00
XYZ70.029572.065232.4093
Yxy72.06520.40130.4130
Hunter Lab84.8912-1.309336.7885
CIE-Lab88.00003.321145.7738

#ffd885 color RGB value is (255,216,133).

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

The process color (four color CMYK) of #ffd885 color hex is 0.00, 0.15, 0.48, 0.00. Web safe color of #ffd885 is #ffcc99. Color #ffd885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 10000101
Octal 377 330 205
Decimal 255 216 133
Hex FF D8 85

RGB Percentages of Color #ffd885

%42.22
%35.76
%22.02

CMYK Percentages of Color #ffd885

%0
%15
%48
%0

Triadic Colors of #ffd885

#ffd885 #85ffd8 #d885ff

Analogous Colors of #ffd885

#ffd885 #e9ff85 #ff9b85

Monochromatic Colors of #ffd885

#ffd885

Complementary Color

#ffd885 #85acff

#ffd885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd885 Color CSS Codes

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

#ffd885 Text Font Color

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

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


#ffd885 Background Color

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

This div background color is #ffd885


#ffd885 Border Color

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

This div border color is #ffd885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd885


Comments

No comments written yet.

Please login to write comment.