Color Hex Logo

#ffd68e Color Hex

#FFD68E
(255,214,142)
0 Favorites   0 Comments

Color spaces of #ffd68e

RGB 255214142
HSL0.111.000.78
HSV38°44°100°
CMYK 0.000.160.44   0.00
XYZ70.169171.306135.6563
Yxy71.30610.39610.4026
Hunter Lab84.44290.552134.0747
CIE-Lab87.63355.200540.8236

#ffd68e color RGB value is (255,214,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 10001110
Octal 377 326 216
Decimal 255 214 142
Hex FF D6 8E

RGB Percentages of Color #ffd68e

%41.73
%35.02
%23.24

CMYK Percentages of Color #ffd68e

%0
%16
%44
%0

Triadic Colors of #ffd68e

#ffd68e #8effd6 #d68eff

Analogous Colors of #ffd68e

#ffd68e #f0ff8e #ff9e8e

Monochromatic Colors of #ffd68e

#ffd68e

Complementary Color

#ffd68e #8eb7ff

#ffd68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd68e Color CSS Codes

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

#ffd68e Text Font Color

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

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


#ffd68e Background Color

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

This div background color is #ffd68e


#ffd68e Border Color

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

This div border color is #ffd68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd68e

Related Colors


Comments

No comments written yet.

Please login to write comment.