Color Hex Logo

#ffd64b Color Hex

#FFD64B
(255,214,75)
0 Favorites   0 Comments

Color spaces of #ffd64b

RGB 25521475
HSL0.131.000.65
HSV46°71°100°
CMYK 0.000.160.71   0.00
XYZ66.556669.861116.6332
Yxy69.86110.43490.4565
Hunter Lab83.5830-4.131746.7092
CIE-Lab86.92870.346570.5491

#ffd64b color RGB value is (255,214,75).

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

The process color (four color CMYK) of #ffd64b color hex is 0.00, 0.16, 0.71, 0.00. Web safe color of #ffd64b is #ffcc33. Color #ffd64b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 01001011
Octal 377 326 113
Decimal 255 214 75
Hex FF D6 4B

RGB Percentages of Color #ffd64b

%46.88
%39.34
%13.79

CMYK Percentages of Color #ffd64b

%0
%16
%71
%0

Triadic Colors of #ffd64b

#ffd64b #4bffd6 #d64bff

Analogous Colors of #ffd64b

#ffd64b #ceff4b #ff7c4b

Monochromatic Colors of #ffd64b

#ffd64b

Complementary Color

#ffd64b #4b74ff

#ffd64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd64b Color CSS Codes

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

#ffd64b Text Font Color

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

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


#ffd64b Background Color

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

This div background color is #ffd64b


#ffd64b Border Color

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

This div border color is #ffd64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd64b


Comments

No comments written yet.

Please login to write comment.