Color Hex Logo

#ffd608 Color Hex

#FFD608
(255,214,8)
0 Favorites   0 Comments

Color spaces of #ffd608

RGB 2552148
HSL0.141.000.52
HSV50°97°100°
CMYK 0.000.160.97   0.00
XYZ65.330469.370710.1763
Yxy69.37070.45090.4788
Hunter Lab83.2891-5.743851.0583
CIE-Lab86.6873-1.356586.2845

#ffd608 color RGB value is (255,214,8).

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

The process color (four color CMYK) of #ffd608 color hex is 0.00, 0.16, 0.97, 0.00. Web safe color of #ffd608 is #ffcc00. Color #ffd608 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 00001000
Octal 377 326 10
Decimal 255 214 8
Hex FF D6 8

RGB Percentages of Color #ffd608

%53.46
%44.86
%1.68

CMYK Percentages of Color #ffd608

%0
%16
%97
%0

Triadic Colors of #ffd608

#ffd608 #08ffd6 #d608ff

Analogous Colors of #ffd608

#ffd608 #adff08 #ff5b08

Monochromatic Colors of #ffd608

#ffd608

Complementary Color

#ffd608 #0831ff

#ffd608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd608 Color CSS Codes

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

#ffd608 Text Font Color

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

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


#ffd608 Background Color

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

This div background color is #ffd608


#ffd608 Border Color

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

This div border color is #ffd608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd608


Comments

No comments written yet.

Please login to write comment.