Color Hex Logo

#ffd610 Color Hex

#FFD610
(255,214,16)
0 Favorites   0 Comments

Color spaces of #ffd610

RGB 25521416
HSL0.141.000.53
HSV50°94°100°
CMYK 0.000.160.94   0.00
XYZ65.380169.390510.4380
Yxy69.39050.45020.4779
Hunter Lab83.3010-5.678150.8814
CIE-Lab86.6971-1.286885.5299

#ffd610 color RGB value is (255,214,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 00010000
Octal 377 326 20
Decimal 255 214 16
Hex FF D6 10

RGB Percentages of Color #ffd610

%52.58
%44.12
%3.30

CMYK Percentages of Color #ffd610

%0
%16
%94
%0

Triadic Colors of #ffd610

#ffd610 #10ffd6 #d610ff

Analogous Colors of #ffd610

#ffd610 #b1ff10 #ff5f10

Monochromatic Colors of #ffd610

#ffd610

Complementary Color

#ffd610 #1039ff

#ffd610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd610 Color CSS Codes

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

#ffd610 Text Font Color

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

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


#ffd610 Background Color

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

This div background color is #ffd610


#ffd610 Border Color

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

This div border color is #ffd610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd610

Related Colors


Comments

No comments written yet.

Please login to write comment.