Color Hex Logo

#ffd226 Color Hex

#FFD226
(255,210,38)
1 Favorites   0 Comments

Color spaces of #ffd226

RGB 25521038
HSL0.131.000.57
HSV48°85°100°
CMYK 0.000.180.85   0.00
XYZ64.636467.493111.4545
Yxy67.49310.45020.4701
Hunter Lab82.1542-3.331549.2413
CIE-Lab85.75231.105381.0213

#ffd226 color RGB value is (255,210,38).

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

The process color (four color CMYK) of #ffd226 color hex is 0.00, 0.18, 0.85, 0.00. Web safe color of #ffd226 is #ffcc33. Color #ffd226 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 00100110
Octal 377 322 46
Decimal 255 210 38
Hex FF D2 26

RGB Percentages of Color #ffd226

%50.70
%41.75
%7.55

CMYK Percentages of Color #ffd226

%0
%18
%85
%0

Triadic Colors of #ffd226

#ffd226 #26ffd2 #d226ff

Analogous Colors of #ffd226

#ffd226 #c0ff26 #ff6626

Monochromatic Colors of #ffd226

#ffd226

Complementary Color

#ffd226 #2653ff

#ffd226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd226 Color CSS Codes

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

#ffd226 Text Font Color

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

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


#ffd226 Background Color

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

This div background color is #ffd226


#ffd226 Border Color

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

This div border color is #ffd226


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd226


Comments

No comments written yet.

Please login to write comment.