Color Hex Logo

#ffd26d Color Hex

#FFD26D
(255,210,109)
0 Favorites   0 Comments

Color spaces of #ffd26d

RGB 255210109
HSL0.121.000.71
HSV42°57°100°
CMYK 0.000.180.57   0.00
XYZ67.046968.457324.1478
Yxy68.45730.42000.4288
Hunter Lab82.7389-0.146940.6131
CIE-Lab86.23464.425955.2060

#ffd26d color RGB value is (255,210,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 01101101
Octal 377 322 155
Decimal 255 210 109
Hex FF D2 6D

RGB Percentages of Color #ffd26d

%44.43
%36.59
%18.99

CMYK Percentages of Color #ffd26d

%0
%18
%57
%0

Triadic Colors of #ffd26d

#ffd26d #6dffd2 #d26dff

Analogous Colors of #ffd26d

#ffd26d #e3ff6d #ff896d

Monochromatic Colors of #ffd26d

#ffd26d

Complementary Color

#ffd26d #6d9aff

#ffd26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd26d Color CSS Codes

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

#ffd26d Text Font Color

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

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


#ffd26d Background Color

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

This div background color is #ffd26d


#ffd26d Border Color

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

This div border color is #ffd26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd26d


Comments

No comments written yet.

Please login to write comment.