Color Hex Logo

#ffd690 Color Hex

#FFD690
(255,214,144)
0 Favorites   0 Comments

Color spaces of #ffd690

RGB 255214144
HSL0.111.000.78
HSV38°44°100°
CMYK 0.000.160.44   0.00
XYZ70.320671.366836.4544
Yxy71.36680.39470.4006
Hunter Lab84.47890.746233.5503
CIE-Lab87.66295.398839.8533

#ffd690 color RGB value is (255,214,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 10010000
Octal 377 326 220
Decimal 255 214 144
Hex FF D6 90

RGB Percentages of Color #ffd690

%41.60
%34.91
%23.49

CMYK Percentages of Color #ffd690

%0
%16
%44
%0

Triadic Colors of #ffd690

#ffd690 #90ffd6 #d690ff

Analogous Colors of #ffd690

#ffd690 #f1ff90 #ff9f90

Monochromatic Colors of #ffd690

#ffd690

Complementary Color

#ffd690 #90b9ff

#ffd690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd690 Color CSS Codes

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

#ffd690 Text Font Color

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

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


#ffd690 Background Color

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

This div background color is #ffd690


#ffd690 Border Color

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

This div border color is #ffd690


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,214,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 #ffd690">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd690

#ffd690 Color Palettes


Comments

No comments written yet.

Please login to write comment.