Color Hex Logo

#ffd090 Color Hex

#FFD090
(255,208,144)
0 Favorites   0 Comments

Color spaces of #ffd090

RGB 255208144
HSL0.101.000.78
HSV35°44°100°
CMYK 0.000.180.44   0.00
XYZ68.829968.385435.9575
Yxy68.38540.39750.3949
Hunter Lab82.69553.853832.1064
CIE-Lab86.19888.491337.9629

#ffd090 color RGB value is (255,208,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 10010000
Octal 377 320 220
Decimal 255 208 144
Hex FF D0 90

RGB Percentages of Color #ffd090

%42.01
%34.27
%23.72

CMYK Percentages of Color #ffd090

%0
%18
%44
%0

Triadic Colors of #ffd090

#ffd090 #90ffd0 #d090ff

Analogous Colors of #ffd090

#ffd090 #f7ff90 #ff9990

Monochromatic Colors of #ffd090

#ffd090

Complementary Color

#ffd090 #90bfff

#ffd090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd090 Color CSS Codes

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

#ffd090 Text Font Color

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

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


#ffd090 Background Color

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

This div background color is #ffd090


#ffd090 Border Color

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

This div border color is #ffd090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd090

#ffd090 Color Palettes


Comments

No comments written yet.

Please login to write comment.