Color Hex Logo

#ffd26c Color Hex

#FFD26C
(255,210,108)
0 Favorites   0 Comments

Color spaces of #ffd26c

RGB 255210108
HSL0.121.000.71
HSV42°58°100°
CMYK 0.000.180.58   0.00
XYZ66.993468.435923.8659
Yxy68.43590.42060.4296
Hunter Lab82.7260-0.217140.8034
CIE-Lab86.22394.353455.6606

#ffd26c color RGB value is (255,210,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 01101100
Octal 377 322 154
Decimal 255 210 108
Hex FF D2 6C

RGB Percentages of Color #ffd26c

%44.50
%36.65
%18.85

CMYK Percentages of Color #ffd26c

%0
%18
%58
%0

Triadic Colors of #ffd26c

#ffd26c #6cffd2 #d26cff

Analogous Colors of #ffd26c

#ffd26c #e3ff6c #ff896c

Monochromatic Colors of #ffd26c

#ffd26c

Complementary Color

#ffd26c #6c99ff

#ffd26c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd26c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd26c Color CSS Codes

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

#ffd26c Text Font Color

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

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


#ffd26c Background Color

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

This div background color is #ffd26c


#ffd26c Border Color

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

This div border color is #ffd26c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd26c


Comments

No comments written yet.

Please login to write comment.