Color Hex Logo

#fdb88e Color Hex

#FDB88E
(253,184,142)
0 Favorites   0 Comments

Color spaces of #fdb88e

RGB 253184142
HSL0.060.970.77
HSV23°44°99°
CMYK 0.000.270.44   0.01
XYZ62.531057.116633.3201
Yxy57.11660.40880.3734
Hunter Lab75.575515.433326.7628
CIE-Lab80.245120.016531.1640

#fdb88e color RGB value is (253,184,142).

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

The process color (four color CMYK) of #fdb88e color hex is 0.00, 0.27, 0.44, 0.01. Web safe color of #fdb88e is #ffcc99. Color #fdb88e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111000 10001110
Octal 375 270 216
Decimal 253 184 142
Hex FD B8 8E

RGB Percentages of Color #fdb88e

%43.70
%31.78
%24.53

CMYK Percentages of Color #fdb88e

%0
%27
%44
%1

Triadic Colors of #fdb88e

#fdb88e #8efdb8 #b88efd

Analogous Colors of #fdb88e

#fdb88e #fdf08e #fd8e9c

Monochromatic Colors of #fdb88e

#fdb88e

Complementary Color

#fdb88e #8ed3fd

#fdb88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb88e Color CSS Codes

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

#fdb88e Text Font Color

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

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


#fdb88e Background Color

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

This div background color is #fdb88e


#fdb88e Border Color

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

This div border color is #fdb88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb88e


Comments

No comments written yet.

Please login to write comment.