Color Hex Logo

#ffd512 Color Hex

#FFD512
(255,213,18)
0 Favorites   0 Comments

Color spaces of #ffd512

RGB 25521318
HSL0.141.000.54
HSV49°93°100°
CMYK 0.000.160.93   0.00
XYZ65.143468.892210.4364
Yxy68.89220.45090.4769
Hunter Lab83.0013-5.157050.6459
CIE-Lab86.4506-0.757985.1097

#ffd512 color RGB value is (255,213,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010101 00010010
Octal 377 325 22
Decimal 255 213 18
Hex FF D5 12

RGB Percentages of Color #ffd512

%52.47
%43.83
%3.70

CMYK Percentages of Color #ffd512

%0
%16
%93
%0

Triadic Colors of #ffd512

#ffd512 #12ffd5 #d512ff

Analogous Colors of #ffd512

#ffd512 #b3ff12 #ff5f12

Monochromatic Colors of #ffd512

#ffd512

Complementary Color

#ffd512 #123cff

#ffd512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd512 Color CSS Codes

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

#ffd512 Text Font Color

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

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


#ffd512 Background Color

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

This div background color is #ffd512


#ffd512 Border Color

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

This div border color is #ffd512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd512

Related Colors


Comments

No comments written yet.

Please login to write comment.