Color Hex Logo

#ffd27e Color Hex

#FFD27E
(255,210,126)
0 Favorites   0 Comments

Color spaces of #ffd27e

RGB 255210126
HSL0.111.000.75
HSV39°51°100°
CMYK 0.000.180.51   0.00
XYZ68.052568.859529.4431
Yxy68.85950.40910.4139
Hunter Lab82.98161.168437.0502
CIE-Lab86.43445.778847.2795

#ffd27e color RGB value is (255,210,126).

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

The process color (four color CMYK) of #ffd27e color hex is 0.00, 0.18, 0.51, 0.00. Web safe color of #ffd27e is #ffcc66. Color #ffd27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 01111110
Octal 377 322 176
Decimal 255 210 126
Hex FF D2 7E

RGB Percentages of Color #ffd27e

%43.15
%35.53
%21.32

CMYK Percentages of Color #ffd27e

%0
%18
%51
%0

Triadic Colors of #ffd27e

#ffd27e #7effd2 #d27eff

Analogous Colors of #ffd27e

#ffd27e #ecff7e #ff927e

Monochromatic Colors of #ffd27e

#ffd27e

Complementary Color

#ffd27e #7eabff

#ffd27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd27e Color CSS Codes

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

#ffd27e Text Font Color

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

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


#ffd27e Background Color

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

This div background color is #ffd27e


#ffd27e Border Color

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

This div border color is #ffd27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd27e


Comments

No comments written yet.

Please login to write comment.